xiandie/scene/entity/closeup_template.gd

8 lines
130 B
GDScript3
Raw Normal View History

2025-06-05 07:17:51 +00:00
extends CanvasLayer
2025-07-04 13:02:27 +00:00
@onready var bg = $BG as TextureRect
2025-06-05 07:17:51 +00:00
func _ready() -> void:
2025-06-25 17:53:16 +00:00
layer = GlobalConfig.CANVAS_LAYER_LITTLE_GAME