diff options
| author | Radio <radiohotline@disroot.org> | 2026-06-04 15:15:11 +0300 |
|---|---|---|
| committer | Radio <radiohotline@disroot.org> | 2026-06-04 15:15:11 +0300 |
| commit | 9d74b49ab62908d4acf53dde444413886b8b28e5 (patch) | |
| tree | 0cb785267ea7e239b19d88684c0d64b9bd5d52f0 /scenes/ui/options.gd | |
| parent | 2c85d452ad02a5f89cd43bad7f9de31d0e4fa0c1 (diff) | |
escoria setup and old branch archives
Diffstat (limited to 'scenes/ui/options.gd')
| -rw-r--r-- | scenes/ui/options.gd | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scenes/ui/options.gd b/scenes/ui/options.gd deleted file mode 100644 index c172e04..0000000 --- a/scenes/ui/options.gd +++ /dev/null @@ -1,7 +0,0 @@ -extends CanvasLayer - -var menu_node: CanvasLayer - -func _on_close_pressed() -> void: - menu_node.process_mode = Node.PROCESS_MODE_ALWAYS - queue_free() |
