more input bindings
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user