This commit is contained in:
Ino 2025-09-11 08:57:18 +09:00
parent 0b3a86b6f1
commit 61635f8568
2 changed files with 2 additions and 2 deletions

View File

@ -442,7 +442,7 @@ public partial class GamePanel : MonoBehaviour
IsPreview = UseSepYulgget_To_Pee = false;
this.GamePanelEnabled(true);
go_toppanel.SetActive(false);
i_ai.sprite = DB_HuntingData.GetEntity(GameManager.DB.GetUnlockTargetIndex(true) << 1).DBF_UnlockImage;
i_ai.sprite = DB_HuntingData.GetEntity((GameManager.DB.GetUnlockTargetIndex(true) << 1) - 2).DBF_UnlockImage;
t_PointMoney.text = $"판돈\n<color=#ffd544>{Stake}</color>냥";
GameManager.Event.InvokeEvent(EEventType.OnInitializeGame);

View File

@ -17,7 +17,7 @@ public class PreviewUIPopup : PopupBase
GameManager.Sound.PlaySFX(ESFXType.Open_Popup);
GameManager.ADS.HideBanner();
i_ai.sprite = DB_HuntingData.GetEntity((GameManager.DB.GetUnlockTargetIndex(true) << 1) + 1).DBF_HuntingImage;
i_ai.sprite = DB_HuntingData.GetEntity((GameManager.DB.GetUnlockTargetIndex(true) << 1) - 1).DBF_HuntingImage;
i_ai.preserveAspect = true;
texts[0].text = GamePanel.Instance.AIGoldTMP.text;
texts[1].text = $"Lv.{GameManager.DB.NormalGameLevel}";