八音盒提示优化
This commit is contained in:
parent
c6b519031b
commit
35ced6237b
@ -273,7 +273,7 @@ func _chechout_stage(s: int, play_sfx := true) -> void:
|
|||||||
sfx_close_lid.play()
|
sfx_close_lid.play()
|
||||||
1:
|
1:
|
||||||
if not ArchiveManager.get_global_value(&"c02_musicbox_has_opened"):
|
if not ArchiveManager.get_global_value(&"c02_musicbox_has_opened"):
|
||||||
ArchiveManager.set_global_entry(&"c02_musicbox_has_opened", false)
|
ArchiveManager.set_global_entry(&"c02_musicbox_has_opened", true)
|
||||||
SceneManager.pop_center_notification("c02_s02_八音盒缺人偶")
|
SceneManager.pop_center_notification("c02_s02_八音盒缺人偶")
|
||||||
else:
|
else:
|
||||||
SceneManager.pop_center_notification("ui_center_notify_use_prop")
|
SceneManager.pop_center_notification("ui_center_notify_use_prop")
|
||||||
|
Loading…
Reference in New Issue
Block a user