🚧 Very wip on controller input.

This commit is contained in:
LambdAurora
2019-11-27 00:12:15 +01:00
parent 4ace4b3ba5
commit e10aaf9f7a
7 changed files with 323 additions and 26 deletions

View File

@@ -7,6 +7,27 @@ controls = "default"
# Dertermines which side is used depending of the main hand.
side = "right_handed"
# Controller settings
[controller]
attack = "button_7"
back = "axe_1+"
drop = "button_2"
forward = "axe_1-"
hotbar_left = "button_4"
hotbar_right = "button_5"
inventory = "button_3"
jump = "button_0"
left = "axe_0-"
right = "axe_0+"
sneak = "button_12"
sprint = "button_11"
start = "button_4"
use = "button_6"
view_down = "axe_3+"
view_left = "axe_2-"
view_right = "axe_2+"
view_up = "axe_3-"
# Colors
[colors]
normal = "#ffffffff"