Moved monster logic from main to MonsterHandler.

This commit is contained in:
Cameron Smart
2020-04-23 16:38:23 -07:00
parent 8db7fcc0ae
commit 43ddaadc32
4 changed files with 100 additions and 48 deletions

View File

@@ -47,7 +47,7 @@ class Config(object):
DEBUG = False
# Monster Count to be spawned
MONSTER_COUNT = 10
MONSTER_COUNT = 30
class Enums(Enum):