【ID1009443】

【无尽副本】地图描述同时根据地图ID和当前玩家所在等级段来读取,并根据不同等级段读取副本标题
dev_chengFeng
jiaoyangna 2021-06-09 18:02:05 +08:00
parent 20d50b84f2
commit c40c6640c9
2 changed files with 5 additions and 3 deletions

View File

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

View File

@ -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
-- 行动力是否显示倒计时