Added frogs. Linting.

This commit is contained in:
Cameron Smart
2020-04-22 22:17:37 -07:00
parent 05a9900687
commit e9c8afa758
4 changed files with 69 additions and 63 deletions

View File

@@ -45,9 +45,9 @@ class Config(object):
# All debug statements and renderings should use this
DEBUG = False
#Monster Count to be spawned
MONSTER_COUNT = 0
# Monster Count to be spawned
MONSTER_COUNT = 6
class Enums(Enum):