4 lines
51 B
GDScript3
4 lines
51 B
GDScript3
|
extends CanvasLayer
|
||
|
|
||
|
func _ready():
|
||
|
visible = true
|