73 lines
943 B
TOML
73 lines
943 B
TOML
[[button]]
|
|
name = "quit"
|
|
scan_code = 1
|
|
|
|
[[button]]
|
|
name = "reload_shaders"
|
|
scan_code = 19
|
|
ctrl = true
|
|
|
|
[[button]]
|
|
name = "print_framerate"
|
|
scan_code = 33
|
|
|
|
[[button]]
|
|
name = "w"
|
|
scan_code = 17
|
|
|
|
[[button]]
|
|
name = "s"
|
|
scan_code = 31
|
|
|
|
[[button]]
|
|
name = "a"
|
|
scan_code = 30
|
|
|
|
[[button]]
|
|
name = "d"
|
|
scan_code = 32
|
|
|
|
[[button]]
|
|
name = "test"
|
|
scan_code = 20
|
|
|
|
[[axis]]
|
|
name = "move_forward"
|
|
positive_button = "w"
|
|
negative_button = "s"
|
|
|
|
[[axis]]
|
|
name = "move_forward"
|
|
mouse_axis = "wheel"
|
|
|
|
[[axis]]
|
|
name = "move_forward"
|
|
controller_axis = "LeftStickY"
|
|
|
|
[[axis]]
|
|
name = "move_sideways"
|
|
positive_button = "d"
|
|
negative_button = "a"
|
|
|
|
[[axis]]
|
|
name = "move_sideways"
|
|
controller_axis = "LeftStickX"
|
|
|
|
[[axis]]
|
|
name = "look_horizontal"
|
|
mouse_axis = "x"
|
|
|
|
[[axis]]
|
|
name = "look_horizontal"
|
|
controller_axis = "RightStickX"
|
|
|
|
[[axis]]
|
|
name = "look_vertical"
|
|
mouse_axis = "y"
|
|
|
|
[[axis]]
|
|
name = "look_vertical"
|
|
controller_axis = "RightStickY"
|
|
|
|
[config]
|
|
line_height_px = 16 |