...
This commit is contained in:
parent
0b3a86b6f1
commit
61635f8568
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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}";
|
||||
|
|
|
|||
Loading…
Reference in New Issue