summaryrefslogtreecommitdiff
path: root/constants.py
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2024-09-20 17:21:09 +0200
committeryuzu-eva <stevenhu@web.de>2024-09-20 17:21:09 +0200
commit6b3eda2ad197d2bd9d434f820f682f13e71c8fbb (patch)
tree87f7e5fc451c613082523f088ac4c8d604c9df75 /constants.py
parent9e795071dc9aca96e513bf37ac941b0fe4aeccba (diff)
render shapes and add rotation
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/constants.py b/constants.py
index 6f9d7d2..4b98fc6 100644
--- a/constants.py
+++ b/constants.py
@@ -5,3 +5,6 @@ ASTEROID_MIN_RADIUS = 20
ASTEROID_KINDS = 3
ASTEROID_SPAWN_RATE = 0.8 # seconds
ASTEROID_MAX_RADIUS = ASTEROID_MIN_RADIUS * ASTEROID_KINDS
+
+PLAYER_RADIUS = 20
+PLAYER_TURN_SPEED = 300