From 4e3183b013a06dd12146b83ab7b3e0a8c6581b19 Mon Sep 17 00:00:00 2001 From: cakipaul Date: Wed, 16 Jul 2025 23:58:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=B8=A1=E6=AF=9B=E6=8E=B8=E5=AD=90=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scene/ground/scene/c01/s05_院长房间.gd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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():