turned off debug

This commit is contained in:
Lief9100
2020-04-24 19:59:06 -07:00
parent dfff002929
commit 173fb84f07

View File

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