玉虚论道页面修改
parent
c7882cb253
commit
d9ba8aecbd
|
@ -1366,7 +1366,7 @@ MonoBehaviour:
|
|||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
m_Material: {fileID: 0}
|
||||
m_Color: {r: 0.5849056, g: 0.44580975, b: 0.08552865, a: 1}
|
||||
m_Color: {r: 0.34901962, g: 0.28627452, b: 0.12156863, a: 1}
|
||||
m_RaycastTarget: 1
|
||||
m_OnCullStateChanged:
|
||||
m_PersistentCalls:
|
||||
|
@ -7420,7 +7420,7 @@ MonoBehaviour:
|
|||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
m_Material: {fileID: 0}
|
||||
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
||||
m_Color: {r: 0.254717, g: 0.24150054, b: 0.24150054, a: 1}
|
||||
m_RaycastTarget: 1
|
||||
m_OnCullStateChanged:
|
||||
m_PersistentCalls:
|
||||
|
@ -7448,7 +7448,7 @@ MonoBehaviour:
|
|||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 6073821806089669042}
|
||||
m_Enabled: 1
|
||||
m_Enabled: 0
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: -900027084, guid: f70555f144d8491a825f0804e09c671c, type: 3}
|
||||
m_Name:
|
||||
|
|
|
@ -2480,8 +2480,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: 0, y: -604}
|
||||
m_SizeDelta: {x: 900, y: 50}
|
||||
m_AnchoredPosition: {x: 0, y: -479}
|
||||
m_SizeDelta: {x: 878, y: 57}
|
||||
m_Pivot: {x: 0.5, y: 0.5}
|
||||
--- !u!222 &9010434411495722099
|
||||
CanvasRenderer:
|
||||
|
@ -2504,7 +2504,7 @@ MonoBehaviour:
|
|||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
m_Material: {fileID: 0}
|
||||
m_Color: {r: 0.078431375, g: 0.06666667, b: 0.04705883, a: 1}
|
||||
m_Color: {r: 0.29411766, g: 0.24313727, b: 0.16470589, a: 0.5294118}
|
||||
m_RaycastTarget: 1
|
||||
m_OnCullStateChanged:
|
||||
m_PersistentCalls:
|
||||
|
|
|
@ -219,8 +219,8 @@ function this.ShowRewardInfo()
|
|||
return a.RankId>b.RankId
|
||||
end)
|
||||
this.arenaBottom.gameObject:SetActive(false)
|
||||
this.ScrollView:SetRectTransform(Vector2.New(916,990))
|
||||
this.ScrollView:SetRectPosition(Vector3.New(0,0,0))
|
||||
this.ScrollView:SetRectTransform(Vector2.New(916,910))
|
||||
this.ScrollView:SetRectPosition(Vector3.New(0,27.8,0))
|
||||
elseif tabNum==2 then
|
||||
this.rankTitle.text="排名"
|
||||
for _, configInfo in ConfigPairs(ConfigList[tabNum]) do
|
||||
|
|
Loading…
Reference in New Issue