【竞技场】修复奖励界面打不开的问题
parent
d514b3e0f8
commit
bb2b8b1818
|
@ -4969,16 +4969,6 @@ PrefabInstance:
|
||||||
m_Modification:
|
m_Modification:
|
||||||
m_TransformParent: {fileID: 6126398177057970904}
|
m_TransformParent: {fileID: 6126398177057970904}
|
||||||
m_Modifications:
|
m_Modifications:
|
||||||
- target: {fileID: 1838088278565218087, guid: e4e089a61b4a5474694de1035e1458d3,
|
|
||||||
type: 3}
|
|
||||||
propertyPath: m_Name
|
|
||||||
value: UI_Effect_ShaiZi_Dan
|
|
||||||
objectReference: {fileID: 0}
|
|
||||||
- target: {fileID: 1838088278565218087, guid: e4e089a61b4a5474694de1035e1458d3,
|
|
||||||
type: 3}
|
|
||||||
propertyPath: m_IsActive
|
|
||||||
value: 0
|
|
||||||
objectReference: {fileID: 0}
|
|
||||||
- target: {fileID: 1838088278565218086, guid: e4e089a61b4a5474694de1035e1458d3,
|
- target: {fileID: 1838088278565218086, guid: e4e089a61b4a5474694de1035e1458d3,
|
||||||
type: 3}
|
type: 3}
|
||||||
propertyPath: m_LocalPosition.x
|
propertyPath: m_LocalPosition.x
|
||||||
|
@ -5099,6 +5089,16 @@ PrefabInstance:
|
||||||
propertyPath: m_LocalScale.z
|
propertyPath: m_LocalScale.z
|
||||||
value: 2.5
|
value: 2.5
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1838088278565218087, guid: e4e089a61b4a5474694de1035e1458d3,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: m_Name
|
||||||
|
value: UI_Effect_ShaiZi_Dan
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1838088278565218087, guid: e4e089a61b4a5474694de1035e1458d3,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: m_IsActive
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
m_RemovedComponents: []
|
m_RemovedComponents: []
|
||||||
m_SourcePrefab: {fileID: 100100000, guid: e4e089a61b4a5474694de1035e1458d3, type: 3}
|
m_SourcePrefab: {fileID: 100100000, guid: e4e089a61b4a5474694de1035e1458d3, type: 3}
|
||||||
--- !u!224 &173527053000100168 stripped
|
--- !u!224 &173527053000100168 stripped
|
||||||
|
|
|
@ -13,7 +13,7 @@ local tabNum = 1
|
||||||
local myrank = nil
|
local myrank = nil
|
||||||
local ConfigList = {
|
local ConfigList = {
|
||||||
[1] = ConfigManager.GetConfig(ConfigName.ActivityRankingReward),--一般奖励表
|
[1] = ConfigManager.GetConfig(ConfigName.ActivityRankingReward),--一般奖励表
|
||||||
[2] = ConfigManager.GetConfig(ConfigName.GodSacrificeConfig),--社稷大典奖励表
|
[2] = {},--ConfigManager.GetConfig(ConfigName.GodSacrificeConfig),--社稷大典奖励表
|
||||||
[3] = ConfigManager.GetConfig(ConfigName.ArenaReward),--竞技场奖励表
|
[3] = ConfigManager.GetConfig(ConfigName.ArenaReward),--竞技场奖励表
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue