mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-10 02:05:21 -06:00
Shift key to cycle recipes
This commit is contained in:
@@ -47,7 +47,7 @@ class Config(object):
|
||||
DEBUG = False
|
||||
|
||||
# Monster Count to be spawned
|
||||
MONSTER_COUNT = 6
|
||||
MONSTER_COUNT = 10
|
||||
|
||||
|
||||
class Enums(Enum):
|
||||
|
||||
Reference in New Issue
Block a user