10 lines
187 B
Lua
10 lines
187 B
Lua
|
keybind = {}
|
||
|
|
||
|
keybind.moveLeft = "left"
|
||
|
keybind.moveRight = "right"
|
||
|
keybind.moveUp = "up"
|
||
|
keybind.moveDown = "down"
|
||
|
keybind.moveJump = "z"
|
||
|
keybind.moveAttack = "x"
|
||
|
keybind.moveDash = "c"
|