This repository has been archived on 2023-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
Boups/Scenes/Help.gd
2023-02-26 20:37:46 +01:00

7 lines
109 B
GDScript
Executable file

extends Button
onready var window = $".."
func _on_Back_button_pressed() -> void:
window.visible = false