From 389a3893d79cf14b82f545ecbdbb1917080bd33d Mon Sep 17 00:00:00 2001 From: "aube.lee" Date: Thu, 20 Feb 2025 16:25:21 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=94=AC=20=EC=A0=84=ED=99=98=20?= =?UTF-8?q?=EC=8B=9C=20=ED=99=94=EB=A9=B4=20UI=20=EC=88=A8=EA=B9=80=20?= =?UTF-8?q?=EB=A1=9C=EC=A7=81=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gameton-06/Assets/Gameton/Scripts/UI/GameoverUI.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Gameton-06/Assets/Gameton/Scripts/UI/GameoverUI.cs b/Gameton-06/Assets/Gameton/Scripts/UI/GameoverUI.cs index b569e82c..0564108f 100644 --- a/Gameton-06/Assets/Gameton/Scripts/UI/GameoverUI.cs +++ b/Gameton-06/Assets/Gameton/Scripts/UI/GameoverUI.cs @@ -37,6 +37,7 @@ namespace TON // 입장 시 하트 소모 HeartDataManager.Singleton.UseHeart(); + UIManager.Hide(UIList.GameOverUI); Main.Singleton.ChangeScene(SceneType.Stage); }