From 1e2bffa0d61024bb35d48f67ac7ebcc435b9b68d Mon Sep 17 00:00:00 2001 From: nakjun Date: Mon, 29 Jun 2026 11:58:56 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8B=9C=EC=9E=91=EC=94=AC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../01_Scenes/WhaleAdventure_VR/Normal/WhaleAttackScene.unity | 4 ++-- Assets/02_Scripts/Managers/GameClear.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/01_Scenes/WhaleAdventure_VR/Normal/WhaleAttackScene.unity b/Assets/01_Scenes/WhaleAdventure_VR/Normal/WhaleAttackScene.unity index aed33dc..3e9af72 100644 --- a/Assets/01_Scenes/WhaleAdventure_VR/Normal/WhaleAttackScene.unity +++ b/Assets/01_Scenes/WhaleAdventure_VR/Normal/WhaleAttackScene.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:230c9a49488b225a48adfb8d84646d9955190dc27047b3836da8af7088699a01 -size 79899 +oid sha256:634d579546738aa2ce3edc55fb434a156e493132548d7290ad84eece61b8da3d +size 80352 diff --git a/Assets/02_Scripts/Managers/GameClear.cs b/Assets/02_Scripts/Managers/GameClear.cs index 6ad2f57..6cff788 100644 --- a/Assets/02_Scripts/Managers/GameClear.cs +++ b/Assets/02_Scripts/Managers/GameClear.cs @@ -111,7 +111,7 @@ public void SetZoneActive(DialogRegion zone, bool active) public void SetClearDialogParameter() { string sceneName1 = "블랙잭"; - string sceneCode1 = "blackjack"; + string sceneCode1 = "BlackjackRoom"; string sceneName2 = "캣룸"; string sceneCode2 = "CatsRoom";