6 lines
72 B
GDScript
6 lines
72 B
GDScript
extends Window
|
|
|
|
|
|
func _on_close_button_pressed() -> void:
|
|
queue_free()
|