summaryrefslogtreecommitdiff
path: root/constants.py
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2024-09-20 18:43:29 +0200
committeryuzu-eva <stevenhu@web.de>2024-09-20 18:43:29 +0200
commit6d45b7245fdaaa0d35e429b69c9ac14ee940a841 (patch)
treec34058d2df152d8e12e45ed0640ca71a948a19d3 /constants.py
parenta00f4cf1eb4217483408dde11d9d0c7e763ab0a2 (diff)
add collision for bullets
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.py b/constants.py
index 87070cd..119909f 100644
--- a/constants.py
+++ b/constants.py
@@ -10,5 +10,6 @@ PLAYER_RADIUS = 20
PLAYER_TURN_SPEED = 300
PLAYER_SPEED = 200
PLAYER_SHOOT_SPEED = 500
+PLAYER_SHOOT_COOLDOWN = 0.3
SHOT_RADIUS = 5