竞技场排行榜预设修改

onepiece_demo_arena
wangzhenxing 2024-02-21 11:29:41 +08:00
parent 268efb6a31
commit 9a8d36f8ff
3 changed files with 7 additions and 7 deletions

View File

@ -2529,7 +2529,7 @@ MonoBehaviour:
m_ChildForceExpandWidth: 0
m_ChildForceExpandHeight: 0
m_ChildControlWidth: 0
m_ChildControlHeight: 0
m_ChildControlHeight: 1
--- !u!114 &6996923404335014951
MonoBehaviour:
m_ObjectHideFlags: 0

View File

@ -2800,8 +2800,8 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 91, y: -13}
m_SizeDelta: {x: 630.2, y: 102.61}
m_AnchoredPosition: {x: 91, y: 1.365}
m_SizeDelta: {x: 630.2, y: 131.34}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &6995625933051527473
MonoBehaviour:
@ -2825,7 +2825,7 @@ MonoBehaviour:
m_ChildForceExpandWidth: 0
m_ChildForceExpandHeight: 0
m_ChildControlWidth: 0
m_ChildControlHeight: 0
m_ChildControlHeight: 1
--- !u!114 &6996923404335014951
MonoBehaviour:
m_ObjectHideFlags: 0
@ -3185,7 +3185,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.22154781}
m_AnchorMax: {x: 0.5, y: 0.22154781}
m_AnchoredPosition: {x: -0.10236, y: -345}
m_AnchoredPosition: {x: -0.10236, y: -345.00003}
m_SizeDelta: {x: 916, y: 82.6}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &7175911098251229519

View File

@ -61,7 +61,7 @@ function ArenaNewUpRankPanel:OnOpen(data)
else
this.titleImg.text="段位提升为"
end
lastScore=PlayerPrefs.GetInt(PlayerManager.uid.."yuxulundaoScore")
--lastScore=PlayerPrefs.GetInt(PlayerManager.uid.."yuxulundaoScore")
--aaa, rankData=WorldArenaManager.GetRankImgByScore(lastScore)
currScore=WorldArenaManager.GetNewScore()
--lastRankId=rankData.Id
@ -269,7 +269,7 @@ end
function this:OnClose()
WorldArenaManager.ClearReward()
PlayerPrefs.SetInt(PlayerManager.uid.."yuxulundaoScore",newResore)
--PlayerPrefs.SetInt(PlayerManager.uid.."yuxulundaoScore",newResore)
if this.TimeCounter then
this.TimeCounter:Stop()
this.TimeCounter = nil