More camera tweaking

This commit is contained in:
2026-06-12 07:44:32 -05:00
parent c7b0d79d06
commit 7c9daf91a1
5 changed files with 117 additions and 57 deletions
+3 -1
View File
@@ -31,7 +31,9 @@ func _unhandled_input(event:InputEvent) -> void:
if !visible:
return
if event.is_action_pressed("ui_cancel"):
if settingsPanel.isOpen():
if MAIN.isConfirming():
MAIN.cancelConfirm()
elif settingsPanel.isOpen():
settingsPanel.close()
MAIN.open()
else: