fysxasteroids/asteroids.rc

15 lines
262 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
2011-02-13 16:31:46 +01:00
set rocket_timetolive 1.0
set rocket_speed 15