Active recipe in top right corner. Shift cycles recipes.

This commit is contained in:
Cameron Smart
2020-04-22 21:58:33 -07:00
parent 68f572124a
commit 05a9900687
4 changed files with 72 additions and 31 deletions

View File

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