splitting asteroids, game done

This commit is contained in:
2025-07-14 16:19:26 +02:00
parent b78a164429
commit f08ce54456
4 changed files with 38 additions and 1 deletions

View File

@@ -9,3 +9,4 @@ PLAYER_TURN_SPEED = 300
PLAYER_SPEED = 200
PLAYER_SHOOT_SPEED = 500
SHOT_RADIUS = 5
PLAYER_SHOOT_COOLDOWN = 0.3