5 lines
67 B
GDScript
5 lines
67 B
GDScript
extends Window
|
|
|
|
|
|
func _on_close_requested() -> void:
|
|
queue_free()
|