Add cancel and exit keybinds to selection

This commit is contained in:
Gustas
2025-12-30 21:40:46 +02:00
committed by Paul Chote
parent afc6532aa8
commit 9fccc35046
2 changed files with 18 additions and 12 deletions

View File

@@ -576,6 +576,7 @@ Container@EDITOR_WORLD_ROOT:
Height: 25
Text: button-cancel
Font: Bold
Key: escape
Background@ACTOR_EDIT_PANEL:
Width: PARENT_WIDTH
Height: PARENT_HEIGHT
@@ -686,12 +687,14 @@ Container@EDITOR_WORLD_ROOT:
Height: 25
Text: button-cancel
Font: Bold
Key: escape
Button@OK_BUTTON:
X: 208
Width: 75
Height: 25
Text: button-container-ok
Font: Bold
Key: return
Container@MAP_EDITOR_TAB_CONTAINER:
Logic: MapEditorTabsLogic
X: WINDOW_WIDTH - 295