move everything into init and use restart kwarg, remove setup function

This commit is contained in:
Xevion
2020-04-24 17:21:35 -05:00
parent 67677eb6ce
commit ad04d2a6e1
2 changed files with 7 additions and 22 deletions

View File

@@ -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