yari you had two typo my love

This commit is contained in:
lustlion 2022-01-19 13:54:33 +01:00
parent 87e77afaf2
commit 0305dd4fc2
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Keybind = {} Keybind = {}
Keybind.move = {} Keybind.move = {}
Keybind.menu = {} Keybind.menu = {}
Keybing.debug = {} Keybind.debug = {}
function Keybind:Check(action) function Keybind:Check(action)
for _, keyname in pairs(action) do for _, keyname in pairs(action) do
@ -37,7 +37,7 @@ end
function Keybind:Default() function Keybind:Default()
--Menu --Menu
Keybind.menu.menu = {"escape"} Keybind.menu.pause = {"escape"}
--Move --Move
Keybind.move.left = {"left", "a"} Keybind.move.left = {"left", "a"}
Keybind.move.right = {"right", "d"} Keybind.move.right = {"right", "d"}