basic_tiles is now a part of the mod.
[realism.git] / args.py
blobb1e9183f3d9a7093c37786a175da987c2c420681
1 # This file is part of Realism, which is Copyright FunnyMan3595 (Charlie Nolan)
2 # and licensed under the GNU GPL v3. For more details, see LICENSE in the main
3 # Realism directory.
5 from sys import argv
7 if len(argv) > 1:
8 mod = argv[-1]
9 else:
10 mod = ""