Shift key to cycle recipes

This commit is contained in:
Cameron Smart
2020-04-22 23:11:36 -07:00
parent e9c8afa758
commit 9c26aa156f
4 changed files with 19 additions and 16 deletions

View File

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