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