From 595ca2be38723602358bb8b29765ad42627586f1 Mon Sep 17 00:00:00 2001 From: Ino Date: Mon, 1 Sep 2025 07:35:28 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EB=B9=84=EC=97=90=20=EB=B3=B4?= =?UTF-8?q?=EC=97=AC=EC=A7=88=20=EC=9D=B4=EB=AF=B8=EC=A7=80=EB=8A=94=20?= =?UTF-8?q?=ED=98=84=EC=9E=AC=20=EB=A7=9E=EA=B3=A0=20=EB=A0=88=EB=B2=A8?= =?UTF-8?q?=EC=97=90=20=ED=9A=8D=EB=93=9D=20=EA=B0=80=EB=8A=A5=ED=95=9C=20?= =?UTF-8?q?=EC=95=A8=EB=B2=94=20=EC=9D=B4=EB=AF=B8=EC=A7=80=EB=A1=9C=20?= =?UTF-8?q?=EC=9E=90=EB=8F=99=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Resources/Prefabs/Popups/KeyChargePopup.prefab | 2 +- Assets/Scripts/UI/MainPanel.cs | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Assets/Resources/Prefabs/Popups/KeyChargePopup.prefab b/Assets/Resources/Prefabs/Popups/KeyChargePopup.prefab index fe7ab4e..1fcd38f 100644 --- a/Assets/Resources/Prefabs/Popups/KeyChargePopup.prefab +++ b/Assets/Resources/Prefabs/Popups/KeyChargePopup.prefab @@ -1113,11 +1113,11 @@ RectTransform: m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: + - {fileID: 1215045226168869575} - {fileID: 5480907646143749033} - {fileID: 7595064911146344641} - {fileID: 7595064910746084347} - {fileID: 7595064910083962631} - - {fileID: 1215045226168869575} m_Father: {fileID: 2228667815320279647} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} diff --git a/Assets/Scripts/UI/MainPanel.cs b/Assets/Scripts/UI/MainPanel.cs index 2c791a1..f83bf38 100644 --- a/Assets/Scripts/UI/MainPanel.cs +++ b/Assets/Scripts/UI/MainPanel.cs @@ -68,6 +68,8 @@ public class MainPanel : MonoBehaviour }*/ PlayAdvice(); + aiImage.sprite = DB_HuntingData.GetEntity(GameManager.DB.GetUnlockTargetIndex(true) << 1).DBF_HuntingImage; + GameManager.DB.CheckDayReset(); }