player rotation

This commit is contained in:
2025-07-11 19:11:17 +02:00
parent adad70eaa5
commit dd97b1c415
3 changed files with 16 additions and 1 deletions

View File

@@ -5,3 +5,4 @@ ASTEROID_MIN_RADIUS = 20
ASTEROID_KINDS = 3
ASTEROID_SPAWN_RATE = 0.8 # seconds
ASTEROID_MAX_RADIUS = ASTEROID_MIN_RADIUS * ASTEROID_KINDS
PLAYER_TURN_SPEED = 300