From 6769cceed4ab4215f67d4c401d5c1ff5aa243c4d Mon Sep 17 00:00:00 2001 From: Lief9100 Date: Mon, 20 Apr 2020 00:37:46 -0700 Subject: [PATCH] add constants to config --- triple-dungeon/config.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/triple-dungeon/config.py b/triple-dungeon/config.py index a291911..01caa3f 100644 --- a/triple-dungeon/config.py +++ b/triple-dungeon/config.py @@ -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):