Merge remote-tracking branch 'origin/demo'
This commit is contained in:
commit
850900ad5f
@ -101,15 +101,15 @@ func cant_read():
|
|||||||
func _on_note_read():
|
func _on_note_read():
|
||||||
frame.enabled = false
|
frame.enabled = false
|
||||||
# 稍加延时后显示鸡毛掸子
|
# 稍加延时后显示鸡毛掸子
|
||||||
Util.timer(4.5, func(): ambush.enabled = true)
|
Util.timer(1.0, func(): ambush.enabled = true)
|
||||||
|
|
||||||
|
|
||||||
func _on_ambush_triggered():
|
func _on_ambush_triggered():
|
||||||
ambush.enabled = false
|
ambush.enabled = false
|
||||||
frame.note_key = "c01_摆正的洋相片"
|
frame.note_key = "c01_摆正的洋相片"
|
||||||
Util.timer(5.5, func(): frame.enabled = true)
|
Util.timer(5.5, func(): frame.enabled = true)
|
||||||
# 鸡毛掸子 4.5s,再等待 3s 后掉落纸片
|
# 鸡毛掸子 4.5s,再等待 1.5s 后掉落纸片
|
||||||
Util.timer(8, _play_paper_animation)
|
Util.timer(6.0, _play_paper_animation)
|
||||||
|
|
||||||
|
|
||||||
func lock_on_use_stick():
|
func lock_on_use_stick():
|
||||||
|
Loading…
Reference in New Issue
Block a user