more input bindings

This commit is contained in:
2019-07-31 19:19:35 +02:00
parent 7fe3d34d79
commit 409bbde0d8

View File

@@ -41,6 +41,10 @@ negative_button = "s"
name = "move_forward"
mouse_axis = "wheel"
[[axis]]
name = "move_forward"
controller_axis = "LeftStickY"
[[axis]]
name = "move_sideways"
positive_button = "d"
@@ -54,9 +58,17 @@ controller_axis = "LeftStickX"
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