added shooting

This commit is contained in:
specCon18 2025-01-21 02:54:02 -05:00
parent 7b27ac29e8
commit cf21f5ff0a
4 changed files with 38 additions and 1 deletions

View file

@ -4,6 +4,9 @@ SCREEN_HEIGHT = 720
PLAYER_RADIUS = 20
PLAYER_ROTATION_SPEED = 300
PLAYER_SPEED = 200
PLAYER_SHOOT_SPEED = 500
SHOT_RADIUS = 5
ASTEROID_MIN_RADIUS = 20
ASTEROID_KINDS = 3