mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-13 18:09:53 -06:00
add constants to config
This commit is contained in:
@@ -41,6 +41,10 @@ class Config(object):
|
|||||||
RIGHT_VIEWPORT_MARGIN = 250
|
RIGHT_VIEWPORT_MARGIN = 250
|
||||||
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