summaryrefslogtreecommitdiff
path: root/scenes/closable_window.gd
diff options
context:
space:
mode:
authorZoey Kitt <zoey.kitt@outlook.com>2024-11-15 19:15:43 -0600
committerZoey Kitt <zoey.kitt@outlook.com>2024-11-15 19:15:43 -0600
commitcdc892590b112dff319aa29337114cf076fb5cc2 (patch)
tree214d905347ef5ec32684b7455d4bec50003a551a /scenes/closable_window.gd
parenta74b70b168d8e77c44cfd0fed8813d118dbaaa63 (diff)
New window every second lol
Diffstat (limited to 'scenes/closable_window.gd')
-rw-r--r--scenes/closable_window.gd5
1 files changed, 0 insertions, 5 deletions
diff --git a/scenes/closable_window.gd b/scenes/closable_window.gd
deleted file mode 100644
index 97e1e03..0000000
--- a/scenes/closable_window.gd
+++ /dev/null
@@ -1,5 +0,0 @@
-extends Window
-
-
-func _on_close_requested() -> void:
- queue_free()