added player rotation

This commit is contained in:
specCon18 2025-01-14 13:17:46 -05:00
parent ef4695aae2
commit 5b8a9dd113
3 changed files with 15 additions and 3 deletions

View file

@ -2,7 +2,9 @@ SCREEN_WIDTH = 1280
SCREEN_HEIGHT = 720
PLAYER_RADIUS = 20
PLAYER_TURN_SPEED = 300
PLAYER_ROTATION_SPEED = 300
PLAYER_SPEED = 200
ASTEROID_MIN_RADIUS = 20
ASTEROID_KINDS = 3
ASTEROID_SPAWN_RATE = 0.8 # seconds