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