add constants to config

This commit is contained in:
Lief9100
2020-04-20 00:37:46 -07:00
committed by Cameron Smart
parent f3429594b9
commit 6769cceed4

View File

@@ -41,6 +41,10 @@ class Config(object):
RIGHT_VIEWPORT_MARGIN = 250
BOTTOM_VIEWPORT_MARGIN = 50
TOP_VIEWPORT_MARGIN = 100
#Bullet constants
BULLET_SPEED = 5
SPRITE_SCALING_BULLET = 0.8
class Enums(Enum):