From ae6f53c907f1cb2cb4545b9bf4783bbceae0fa69 Mon Sep 17 00:00:00 2001 From: cakipaul Date: Wed, 13 Aug 2025 23:05:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=BC=80=20closeup=20=E5=89=8D?= =?UTF-8?q?=E8=BF=87=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scene/ground/scene/c02/s06_二楼.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/scene/ground/scene/c02/s06_二楼.gd b/scene/ground/scene/c02/s06_二楼.gd index 77a1377d..0185a621 100644 --- a/scene/ground/scene/c02/s06_二楼.gd +++ b/scene/ground/scene/c02/s06_二楼.gd @@ -178,6 +178,7 @@ func _c02_final_show(): var closeup = $"../DeployLayer/Closeup谢幕演出" as Closeup2D closeup.display() closeup.exit.connect(_on_exit_final_show, CONNECT_ONE_SHOT) + await Util.wait(1.5) play("RESET")