xiandie/scene/ground/script/c02/s03_closeup抓药游戏.gd

9 lines
147 B
GDScript3
Raw Normal View History

2025-07-09 16:11:39 +00:00
extends CanvasLayer
signal exit(arg)
@onready var bg = $BG as TextureRect
func _ready() -> void:
layer = GlobalConfig.CANVAS_LAYER_LITTLE_GAME