This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [gd_scene format=3 uid="uid://cm58m5punrxw1"] | |
| [sub_resource type="GDScript" id="GDScript_ojodi"] | |
| resource_name = "Notice" | |
| script/source = "extends Panel | |
| @export var button:Button | |
| func _ready() -> void: | |
| button.pressed.connect(queue_free); |