more input bindings
This commit is contained in:
@@ -41,6 +41,10 @@ negative_button = "s"
|
|||||||
name = "move_forward"
|
name = "move_forward"
|
||||||
mouse_axis = "wheel"
|
mouse_axis = "wheel"
|
||||||
|
|
||||||
|
[[axis]]
|
||||||
|
name = "move_forward"
|
||||||
|
controller_axis = "LeftStickY"
|
||||||
|
|
||||||
[[axis]]
|
[[axis]]
|
||||||
name = "move_sideways"
|
name = "move_sideways"
|
||||||
positive_button = "d"
|
positive_button = "d"
|
||||||
@@ -54,9 +58,17 @@ controller_axis = "LeftStickX"
|
|||||||
name = "look_horizontal"
|
name = "look_horizontal"
|
||||||
mouse_axis = "x"
|
mouse_axis = "x"
|
||||||
|
|
||||||
|
[[axis]]
|
||||||
|
name = "look_horizontal"
|
||||||
|
controller_axis = "RightStickX"
|
||||||
|
|
||||||
[[axis]]
|
[[axis]]
|
||||||
name = "look_vertical"
|
name = "look_vertical"
|
||||||
mouse_axis = "y"
|
mouse_axis = "y"
|
||||||
|
|
||||||
|
[[axis]]
|
||||||
|
name = "look_vertical"
|
||||||
|
controller_axis = "RightStickY"
|
||||||
|
|
||||||
[config]
|
[config]
|
||||||
line_height_px = 16
|
line_height_px = 16
|
||||||
Reference in New Issue
Block a user