4 lines
48 B
GDScript
4 lines
48 B
GDScript
extends Control
|
|
|
|
func _ready() -> void:
|
|
show()
|
extends Control
|
|
|
|
func _ready() -> void:
|
|
show()
|