fysxasteroids/asteroids.rc

12 lines
215 B
Plaintext
Raw Normal View History

# controls
bind up +forward
bind left +turnleft
bind right +turnright
bind space attack
# set some game variables
set ship_maxspeed 10
set ship_acceleration 10
set ship_rotationspeed 180
set ship_maxattackrate 10