mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-11 04:05:24 -06:00
turned off debug
This commit is contained in:
@@ -51,7 +51,7 @@ class Config(object):
|
|||||||
TOP_VIEWPORT_MARGIN = 350
|
TOP_VIEWPORT_MARGIN = 350
|
||||||
|
|
||||||
# All debug statements and renderings should use this
|
# All debug statements and renderings should use this
|
||||||
DEBUG = True
|
DEBUG = False
|
||||||
|
|
||||||
# Monster Count to be spawned
|
# Monster Count to be spawned
|
||||||
MONSTER_COUNT = 8
|
MONSTER_COUNT = 8
|
||||||
|
|||||||
Reference in New Issue
Block a user