xiandie/scene/little_game/书架/生死簿.gd

11 lines
286 B
GDScript3
Raw Normal View History

2025-02-07 01:56:12 +00:00
extends CanvasLayer
@onready var signature = %"陆小蝶"
func _ready() -> void:
layer = GlobalConfig.LAYER_LITTLE_GAME
# SceneManager.pop_center_notification(tr("input_拼凑信件"))
signature.visible = false
# test
get_tree().create_timer(3.0).timeout.connect(signature.play)