From 57ff3ec3bc243db3caa1f86ac90b4d7c69d10b00 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Thu, 25 Jul 2024 09:10:03 +0900 Subject: [PATCH] settings: auto-close on fix floor & reset offset --- src/res/settings.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/res/settings.yaml b/src/res/settings.yaml index 80ee2b8..c448359 100644 --- a/src/res/settings.yaml +++ b/src/res/settings.yaml @@ -545,6 +545,9 @@ elements: click_down: - type: System action: PlayspaceFixFloor + - type: Window + target: "settings" + action: Destroy - type: Button rect: [330, 410, 220, 30] @@ -556,6 +559,9 @@ elements: click_down: - type: System action: PlayspaceResetOffset + - type: Window + target: "settings" + action: Destroy ####### Notifications Section #######