16 lines
318 B
Plaintext
16 lines
318 B
Plaintext
--WINDOW.
|
|
width = 800
|
|
height = 640
|
|
fullscreen = 0
|
|
|
|
-- JOYSTICK.
|
|
-- Can be number or substring of joystick name.
|
|
joystick = "Precision"
|
|
|
|
-- KEYBINDINGS.
|
|
-- Type can be keyboard, jaxis or jbutton.
|
|
accel = { type = "jbutton", key = 0 }
|
|
left = { type = "jaxis", key = 0 }
|
|
right = { type = "jaxis", key = 0 }
|
|
|