diff --git a/scene/ground/scene/c01/s05_院长房间.gd b/scene/ground/scene/c01/s05_院长房间.gd index 03156371..2d55b982 100644 --- a/scene/ground/scene/c01/s05_院长房间.gd +++ b/scene/ground/scene/c01/s05_院长房间.gd @@ -101,15 +101,15 @@ func cant_read(): func _on_note_read(): frame.enabled = false # 稍加延时后显示鸡毛掸子 - Util.timer(4.5, func(): ambush.enabled = true) + Util.timer(1.0, func(): ambush.enabled = true) func _on_ambush_triggered(): ambush.enabled = false frame.note_key = "c01_摆正的洋相片" Util.timer(5.5, func(): frame.enabled = true) - # 鸡毛掸子 4.5s,再等待 3s 后掉落纸片 - Util.timer(8, _play_paper_animation) + # 鸡毛掸子 4.5s,再等待 1.5s 后掉落纸片 + Util.timer(6.0, _play_paper_animation) func lock_on_use_stick():