added player drawing onto the screen
This commit is contained in:
parent
bfd9971cfb
commit
ef4695aae2
4 changed files with 57 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
|||
SCREEN_WIDTH = 1280
|
||||
SCREEN_HEIGHT = 720
|
||||
|
||||
PLAYER_RADIUS = 20
|
||||
PLAYER_TURN_SPEED = 300
|
||||
ASTEROID_MIN_RADIUS = 20
|
||||
ASTEROID_KINDS = 3
|
||||
ASTEROID_SPAWN_RATE = 0.8 # seconds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue