This commit is contained in:
cakipaul 2025-07-05 00:25:46 +08:00
parent 92e9433852
commit c4d6422dec

View File

@ -33,7 +33,7 @@ func set_stage(event_name: StringName, stage := 1) -> void:
SceneManager.pop_notification("ui_notify_note_update")
# 第一次记笔记,提示查看笔记
if event_name == &"handnote_c02_road_address":
SceneManager.pop_center_notification("ui_check_note")
SceneManager.pop_center_notification("ui_center_notify_check_note")
# 仅在设置的 stage > 当前 stage 时更新,相等或小于时不更新