2010-04-06 00:12:26 +02:00
|
|
|
# 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
|
2010-04-08 19:03:16 +02:00
|
|
|
set ship_maxattackrate 10
|