uh yeah i keep forgetting ab pushing these. sorry.
This commit is contained in:
9
data/scripts/keybind.lua
Normal file
9
data/scripts/keybind.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
keybind = {}
|
||||
|
||||
keybind.moveLeft = "left"
|
||||
keybind.moveRight = "right"
|
||||
keybind.moveUp = "up"
|
||||
keybind.moveDown = "down"
|
||||
keybind.moveJump = "z"
|
||||
keybind.moveAttack = "x"
|
||||
keybind.moveDash = "c"
|
||||
Reference in New Issue
Block a user