[Change] Quick update to the conf file.
This commit is contained in:
parent
4d0e838d84
commit
78bf7410e7
@ -8,8 +8,8 @@ fps = 0
|
|||||||
|
|
||||||
-- SOUND.
|
-- SOUND.
|
||||||
nosound = 0
|
nosound = 0
|
||||||
sound = 1.
|
sound = 0.7
|
||||||
music = 1.
|
music = 0.5
|
||||||
|
|
||||||
-- JOYSTICK.
|
-- JOYSTICK.
|
||||||
-- Can be number or substring of joystick name.
|
-- Can be number or substring of joystick name.
|
||||||
@ -21,6 +21,8 @@ joystick = "Precision"
|
|||||||
-- If left is an axis, it will automatically set right to the same axis.
|
-- If left is an axis, it will automatically set right to the same axis.
|
||||||
-- setting both to the same axis (key).
|
-- setting both to the same axis (key).
|
||||||
-- You can use reverse = 1 option to reverse them.
|
-- You can use reverse = 1 option to reverse them.
|
||||||
|
-- Currently keybindings work with the number of the key only (when doing
|
||||||
|
-- keyboard). Would be cool to have a gui to do this for you at some point.
|
||||||
|
|
||||||
-- Movement.
|
-- Movement.
|
||||||
accel = { type = "jbutton", key = 0 }
|
accel = { type = "jbutton", key = 0 }
|
||||||
|
Loading…
Reference in New Issue
Block a user