This commit is contained in:
Ino 2025-09-05 22:27:09 +09:00
parent 045870e72b
commit 7f5e82b943
1 changed files with 1 additions and 0 deletions

View File

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