rope, moved entities from LoadedEntities to LoadedObjects.Entities
This commit is contained in:
@@ -53,19 +53,22 @@ 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"}}
|
||||
Keybind.move.up = { keys = {"up", "w"}}
|
||||
Keybind.move.down = { keys = {"down", "s"}}
|
||||
Keybind.move.jump = { keys = {"z", "space"}}
|
||||
Keybind.move.attack = { keys = {"x", 1}}
|
||||
Keybind.move.hook = { keys = {"x", 1}}
|
||||
Keybind.move.dash = { keys = {"c", 2}}
|
||||
|
||||
--Debug
|
||||
Keybind.debug.debug = { keys = {"f1"}}
|
||||
Keybind.debug.reposition = { keys = {"f2"}}
|
||||
Keybind.debug.reload = { keys = {"f3"}}
|
||||
Keybind.debug.editor = { keys = {"f4"}}
|
||||
|
||||
-- Editor
|
||||
Keybind.editor.palette = { keys = {"tab"}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user