mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-10 20:05:22 -06:00
move everything into init and use restart kwarg, remove setup function
This commit is contained in:
@@ -44,7 +44,7 @@ class Config(object):
|
||||
TOP_VIEWPORT_MARGIN = 350
|
||||
|
||||
# All debug statements and renderings should use this
|
||||
DEBUG = False
|
||||
DEBUG = True
|
||||
|
||||
# Monster Count to be spawned
|
||||
MONSTER_COUNT = 6
|
||||
|
||||
Reference in New Issue
Block a user