5 lines
48 B
GDScript3
5 lines
48 B
GDScript3
|
extends Control
|
||
|
|
||
|
func _ready() -> void:
|
||
|
show()
|