8 lines
130 B
GDScript
8 lines
130 B
GDScript
extends CanvasLayer
|
|
|
|
@onready var bg = $BG as TextureRect
|
|
|
|
|
|
func _ready() -> void:
|
|
layer = GlobalConfig.CANVAS_LAYER_LITTLE_GAME
|