打开 closeup 前过度
This commit is contained in:
parent
b9de501058
commit
ae6f53c907
@ -178,6 +178,7 @@ func _c02_final_show():
|
|||||||
var closeup = $"../DeployLayer/Closeup谢幕演出" as Closeup2D
|
var closeup = $"../DeployLayer/Closeup谢幕演出" as Closeup2D
|
||||||
closeup.display()
|
closeup.display()
|
||||||
closeup.exit.connect(_on_exit_final_show, CONNECT_ONE_SHOT)
|
closeup.exit.connect(_on_exit_final_show, CONNECT_ONE_SHOT)
|
||||||
|
await Util.wait(1.5)
|
||||||
play("RESET")
|
play("RESET")
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user