로비에 보여질 이미지는 현재 맞고 레벨에 획득 가능한 앨범 이미지로 자동 설정

This commit is contained in:
Ino 2025-09-01 07:35:28 +09:00
parent 42adca74fd
commit 595ca2be38
2 changed files with 3 additions and 1 deletions

View File

@ -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}

View File

@ -68,6 +68,8 @@ public class MainPanel : MonoBehaviour
}*/
PlayAdvice();
aiImage.sprite = DB_HuntingData.GetEntity(GameManager.DB.GetUnlockTargetIndex(true) << 1).DBF_HuntingImage;
GameManager.DB.CheckDayReset();
}