From a00f4cf1eb4217483408dde11d9d0c7e763ab0a2 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 20 Sep 2024 18:25:40 +0200 Subject: added ability to shoot --- constants.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'constants.py') diff --git a/constants.py b/constants.py index 020eeab..87070cd 100644 --- a/constants.py +++ b/constants.py @@ -9,3 +9,6 @@ ASTEROID_MAX_RADIUS = ASTEROID_MIN_RADIUS * ASTEROID_KINDS PLAYER_RADIUS = 20 PLAYER_TURN_SPEED = 300 PLAYER_SPEED = 200 +PLAYER_SHOOT_SPEED = 500 + +SHOT_RADIUS = 5 -- cgit v1.2.3