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(); }