11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
|
# 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
|