mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-13 12:09:54 -06:00
add constants to config
This commit is contained in:
@@ -42,6 +42,10 @@ class Config(object):
|
|||||||
BOTTOM_VIEWPORT_MARGIN = 50
|
BOTTOM_VIEWPORT_MARGIN = 50
|
||||||
TOP_VIEWPORT_MARGIN = 100
|
TOP_VIEWPORT_MARGIN = 100
|
||||||
|
|
||||||
|
#Bullet constants
|
||||||
|
BULLET_SPEED = 5
|
||||||
|
SPRITE_SCALING_BULLET = 0.8
|
||||||
|
|
||||||
|
|
||||||
class Enums(Enum):
|
class Enums(Enum):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user