mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-09 02:05:17 -06:00
Added frogs. Linting.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user