added function to cancel active prompt added function to add new spawns from editor added keybind for that
This commit is contained in:
@@ -129,6 +129,8 @@ function Keybind:default()
|
||||
Keybind.editor.entity_move = { keys = {2}}
|
||||
Keybind.editor.entity_modify_archetype = { keys = {"t"}}
|
||||
Keybind.editor.entity_modify_data = { keys = {"g"}}
|
||||
Keybind.editor.entity_remove = { keys = {"delete"}}
|
||||
Keybind.editor.entity_new = { keys = {"n"}}
|
||||
-- Generic
|
||||
Keybind.generic.lclick = { keys = {1}}
|
||||
Keybind.generic.rclick = { keys = {2}}
|
||||
|
||||
Reference in New Issue
Block a user