Merge branch 'xma/dev' of http://60.1.1.230/gaoxin/JL_Client into xma/dev
commit
0a251132e0
|
@ -576,7 +576,7 @@ RectTransform:
|
||||||
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}
|
||||||
m_AnchorMax: {x: 0.5, y: 0.5}
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
||||||
m_AnchoredPosition: {x: -31.350037, y: 286.60507}
|
m_AnchoredPosition: {x: 0, y: 286.60507}
|
||||||
m_SizeDelta: {x: 197.07, y: 47.75}
|
m_SizeDelta: {x: 197.07, y: 47.75}
|
||||||
m_Pivot: {x: 0.5, y: 0.5}
|
m_Pivot: {x: 0.5, y: 0.5}
|
||||||
--- !u!222 &2380982328895866829
|
--- !u!222 &2380982328895866829
|
||||||
|
@ -614,7 +614,7 @@ MonoBehaviour:
|
||||||
m_BestFit: 0
|
m_BestFit: 0
|
||||||
m_MinSize: 0
|
m_MinSize: 0
|
||||||
m_MaxSize: 70
|
m_MaxSize: 70
|
||||||
m_Alignment: 3
|
m_Alignment: 4
|
||||||
m_AlignByGeometry: 0
|
m_AlignByGeometry: 0
|
||||||
m_RichText: 1
|
m_RichText: 1
|
||||||
m_HorizontalOverflow: 1
|
m_HorizontalOverflow: 1
|
||||||
|
|
|
@ -273,7 +273,7 @@ function this.RefreshMonsterRankInfo(item, data,myRank)
|
||||||
numImg.sprite = Util.LoadSprite(resPath)
|
numImg.sprite = Util.LoadSprite(resPath)
|
||||||
numText.text = roleRank
|
numText.text = roleRank
|
||||||
roleName.text = data.userName
|
roleName.text = data.userName
|
||||||
waveNum.text = Language[10262] .. data.rankInfo.param1 .. Language[10266]
|
waveNum.text = string.format(Language[11218],data.rankInfo.param1)
|
||||||
end
|
end
|
||||||
------------------- 试炼排行----------------------------------------------
|
------------------- 试炼排行----------------------------------------------
|
||||||
-- 初始化数据显示
|
-- 初始化数据显示
|
||||||
|
|
Loading…
Reference in New Issue