로비에 보여질 이미지는 현재 맞고 레벨에 획득 가능한 앨범 이미지로 자동 설정
This commit is contained in:
parent
42adca74fd
commit
595ca2be38
|
|
@ -1113,11 +1113,11 @@ RectTransform:
|
||||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
m_ConstrainProportionsScale: 0
|
m_ConstrainProportionsScale: 0
|
||||||
m_Children:
|
m_Children:
|
||||||
|
- {fileID: 1215045226168869575}
|
||||||
- {fileID: 5480907646143749033}
|
- {fileID: 5480907646143749033}
|
||||||
- {fileID: 7595064911146344641}
|
- {fileID: 7595064911146344641}
|
||||||
- {fileID: 7595064910746084347}
|
- {fileID: 7595064910746084347}
|
||||||
- {fileID: 7595064910083962631}
|
- {fileID: 7595064910083962631}
|
||||||
- {fileID: 1215045226168869575}
|
|
||||||
m_Father: {fileID: 2228667815320279647}
|
m_Father: {fileID: 2228667815320279647}
|
||||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
m_AnchorMin: {x: 0.5, y: 0.5}
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
||||||
|
|
|
||||||
|
|
@ -68,6 +68,8 @@ public class MainPanel : MonoBehaviour
|
||||||
}*/
|
}*/
|
||||||
PlayAdvice();
|
PlayAdvice();
|
||||||
|
|
||||||
|
aiImage.sprite = DB_HuntingData.GetEntity(GameManager.DB.GetUnlockTargetIndex(true) << 1).DBF_HuntingImage;
|
||||||
|
|
||||||
GameManager.DB.CheckDayReset();
|
GameManager.DB.CheckDayReset();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue