using drawTextBox for editor info and spawn info

adjustement of keybinds
This commit is contained in:
lustlion
2022-03-11 15:44:52 +01:00
parent f62ec3ea32
commit 222f4478ca
3 changed files with 21 additions and 10 deletions

View File

@@ -128,7 +128,7 @@ function Keybind:default()
Keybind.editor.entity_select = { keys = {1}}
Keybind.editor.entity_move = { keys = {2}}
Keybind.editor.entity_modify_archetype = { keys = {"t"}}
Keybind.editor.entity_modify_data = { keys = {"d"}}
Keybind.editor.entity_modify_data = { keys = {"g"}}
-- Generic
Keybind.generic.lclick = { keys = {1}}
Keybind.generic.rclick = { keys = {2}}