res/bindings.toml moved to res/config

This commit is contained in:
MihailRis
2024-06-02 21:42:51 +03:00
parent 3a6fa57630
commit d3e34741e0
2 changed files with 14 additions and 8 deletions
+17
View File
@@ -0,0 +1,17 @@
devtools.console="key:grave-accent"
movement.forward="key:w"
movement.back="key:s"
movement.left="key:a"
movement.right="key:d"
movement.jump="key:space"
movement.sprint="key:left-ctrl"
movement.crouch="key:left-shift"
movement.cheat="key:r"
camera.zoom="key:c"
camera.mode="key:f4"
player.noclip="key:n"
player.flight="key:f"
player.attack="mouse:left"
player.build="mouse:right"
player.pick="mouse:middle"
hud.inventory="key:tab"