4 lines
66 B
GDScript
4 lines
66 B
GDScript
extends Window
|
|
|
|
func _on_close_requested() -> void:
|
|
queue_free()
|