diff --git a/Assets/Scripts/UI/Popup/PreviewUIPopup.cs b/Assets/Scripts/UI/Popup/PreviewUIPopup.cs index 70ae433..e9a4379 100644 --- a/Assets/Scripts/UI/Popup/PreviewUIPopup.cs +++ b/Assets/Scripts/UI/Popup/PreviewUIPopup.cs @@ -16,6 +16,7 @@ public class PreviewUIPopup : PopupBase GameManager.ADS.HideBanner(); i_ai.sprite = DB_HuntingData.GetEntity(GameManager.DB.GetUnlockTargetIndex(true) << 1).DBF_HuntingImage; + i_ai.preserveAspect = true; texts[0].text = GamePanel.Instance.AIGoldTMP.text; texts[1].text = $"Lv.{GameManager.DB.NormalGameLevel}"; Set_Point();