Made dialog boxes

This commit is contained in:
bizcochito
2022-02-01 15:05:36 +01:00
parent b4311064f6
commit 2113917fb1
7 changed files with 134 additions and 5 deletions

View File

@@ -52,6 +52,7 @@ end
function Keybind:Default()
--Menu
Keybind.menu.pause= { keys = {"escape"}}
Keybind.menu.confirm= { keys = {"z", "space", 1}}
--Move
Keybind.move.left = { keys = {"left", "a"}}
Keybind.move.right = { keys = {"right", "d"}}