added player rotation
This commit is contained in:
parent
ef4695aae2
commit
5b8a9dd113
3 changed files with 15 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue