鸡毛掸子操作优化

This commit is contained in:
cakipaul 2025-07-16 23:58:41 +08:00
parent a60beeea1d
commit 4e3183b013

View File

@ -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():