xiandie/scene/entity/closeup_template.gd

9 lines
147 B
GDScript3
Raw Normal View History

2025-06-05 07:17:51 +00:00
extends CanvasLayer
2025-07-09 16:07:36 +00:00
signal exit(arg)
2025-07-04 13:02:27 +00:00
2025-07-09 16:07:36 +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