parent
20d50b84f2
commit
c40c6640c9
|
|
@ -338,9 +338,9 @@ MonoBehaviour:
|
|||
m_Font: {fileID: 12800000, guid: 4b73e9e4512d17e4daeea351e090d33c, type: 3}
|
||||
m_FontSize: 45
|
||||
m_FontStyle: 0
|
||||
m_BestFit: 0
|
||||
m_BestFit: 1
|
||||
m_MinSize: 4
|
||||
m_MaxSize: 48
|
||||
m_MaxSize: 45
|
||||
m_Alignment: 4
|
||||
m_AlignByGeometry: 0
|
||||
m_RichText: 1
|
||||
|
|
|
|||
|
|
@ -183,6 +183,8 @@ function this.InitCompShow()
|
|||
end
|
||||
end
|
||||
this.bossGridText.text = config.Desc
|
||||
local mapData = endLessConfig[EndLessMapManager.openMapId]
|
||||
this.miniMapName.text = config.Title
|
||||
end
|
||||
|
||||
function this.SetStaticData()
|
||||
|
|
@ -202,7 +204,7 @@ function this.SetStaticData()
|
|||
PlayUIAnim(this.rewardList[i].gameObject)
|
||||
end, 0.001 * (i - 1)):Start()
|
||||
end
|
||||
this.miniMapName.text = GetLanguageStrById(mapData.Info)
|
||||
|
||||
end
|
||||
|
||||
-- 行动力是否显示倒计时
|
||||
|
|
|
|||
Loading…
Reference in New Issue