added shooting
This commit is contained in:
parent
7b27ac29e8
commit
cf21f5ff0a
4 changed files with 38 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue