From 409bbde0d88251948378e159de895f8264e56342 Mon Sep 17 00:00:00 2001 From: Till Date: Wed, 31 Jul 2019 19:19:35 +0200 Subject: [PATCH] more input bindings --- config/input.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/input.toml b/config/input.toml index 6f5590d..3d2112f 100644 --- a/config/input.toml +++ b/config/input.toml @@ -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 \ No newline at end of file