7 lines
114 B
GDScript3
7 lines
114 B
GDScript3
|
extends Control
|
||
|
|
||
|
|
||
|
# Called when the node enters the scene tree for the first time.
|
||
|
func _ready() -> void:
|
||
|
show()
|