|
@@ -15,8 +15,8 @@ if sys.argv[1:]:
|
|
|
# If you do not run from the command line, we just load all of them
|
|
# If you do not run from the command line, we just load all of them
|
|
|
# or you can hack this up for your own purposes.
|
|
# or you can hack this up for your own purposes.
|
|
|
else:
|
|
else:
|
|
|
- # hoods = ['TT', 'DD', 'BR', 'DG', 'DL', 'MM']
|
|
|
|
|
- hoods = ['TT' ]
|
|
|
|
|
|
|
+ hoods = ['TT', 'DD', 'BR', 'DG', 'DL', 'MM']
|
|
|
|
|
+ # hoods = ['TT' ]
|
|
|
|
|
|
|
|
print "Loading LevelEditor for hoods: ", hoods
|
|
print "Loading LevelEditor for hoods: ", hoods
|
|
|
|
|
|