7 lines
109 B
GDScript
Executable file
7 lines
109 B
GDScript
Executable file
extends Button
|
|
|
|
onready var window = $".."
|
|
|
|
|
|
func _on_Back_button_pressed() -> void:
|
|
window.visible = false
|