多对塔秘宝修改
parent
2c8d1a02d3
commit
d93ad845dd
|
@ -293,6 +293,10 @@ PrefabInstance:
|
|||
propertyPath: m_IsActive
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 700413944, guid: 807c01db712c1334a813e0e22a3dcbc7, type: 3}
|
||||
propertyPath: m_RaycastTarget
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 700413944, guid: 807c01db712c1334a813e0e22a3dcbc7, type: 3}
|
||||
propertyPath: m_Sprite
|
||||
value:
|
||||
|
@ -375,67 +379,6 @@ PrefabInstance:
|
|||
propertyPath: m_FontData.m_BestFit
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 1967675703162721106, guid: 807c01db712c1334a813e0e22a3dcbc7,
|
||||
type: 3}
|
||||
propertyPath: m_AnchoredPosition.x
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 1967675703162721106, guid: 807c01db712c1334a813e0e22a3dcbc7,
|
||||
type: 3}
|
||||
propertyPath: m_AnchoredPosition.y
|
||||
value: -92.5
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 1967675703162721106, guid: 807c01db712c1334a813e0e22a3dcbc7,
|
||||
type: 3}
|
||||
propertyPath: m_SizeDelta.x
|
||||
value: 999
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 1967675703162721106, guid: 807c01db712c1334a813e0e22a3dcbc7,
|
||||
type: 3}
|
||||
propertyPath: m_SizeDelta.y
|
||||
value: 1223
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 2737437302849742743, guid: 807c01db712c1334a813e0e22a3dcbc7,
|
||||
type: 3}
|
||||
propertyPath: m_Sprite
|
||||
value:
|
||||
objectReference: {fileID: 21300000, guid: fa3d641a2aaa74141b80cb107d219230,
|
||||
type: 3}
|
||||
- target: {fileID: 7757376273919938627, guid: 807c01db712c1334a813e0e22a3dcbc7,
|
||||
type: 3}
|
||||
propertyPath: m_AnchoredPosition.y
|
||||
value: 577
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 7288667407484616716, guid: 807c01db712c1334a813e0e22a3dcbc7,
|
||||
type: 3}
|
||||
propertyPath: m_Color.r
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 7288667407484616716, guid: 807c01db712c1334a813e0e22a3dcbc7,
|
||||
type: 3}
|
||||
propertyPath: m_Color.g
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 7288667407484616716, guid: 807c01db712c1334a813e0e22a3dcbc7,
|
||||
type: 3}
|
||||
propertyPath: m_Color.b
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 7288667407484616716, guid: 807c01db712c1334a813e0e22a3dcbc7,
|
||||
type: 3}
|
||||
propertyPath: m_Text
|
||||
value: "\u989D\u5916\u5956\u52B1"
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8903220381161669820, guid: 807c01db712c1334a813e0e22a3dcbc7,
|
||||
type: 3}
|
||||
propertyPath: m_AnchoredPosition.x
|
||||
value: -262
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 8903220381161669820, guid: 807c01db712c1334a813e0e22a3dcbc7,
|
||||
type: 3}
|
||||
propertyPath: m_AnchoredPosition.y
|
||||
value: -150
|
||||
objectReference: {fileID: 0}
|
||||
m_RemovedComponents: []
|
||||
m_SourcePrefab: {fileID: 100100000, guid: 807c01db712c1334a813e0e22a3dcbc7, type: 3}
|
||||
--- !u!114 &6897800647704402087 stripped
|
||||
|
|
|
@ -1008,7 +1008,7 @@ function this.CreatActivity()
|
|||
activityTabs[k].timeImg = Util.GetGameObject(activityTabs[k].go, "Image_1")
|
||||
activityTabs[k].timeText = Util.GetGameObject(activityTabs[k].timeImg, "time"):GetComponent("Text")
|
||||
activityTabs[k].redpot = Util.GetGameObject(activityTabs[k].go, "redPoint")
|
||||
activityTabs[k].nameText.text=v.Sesc
|
||||
|
||||
-- 限时折扣显示特效
|
||||
if v.Id == 13 then
|
||||
local effect = poolManager:LoadAsset("UI_Effect_jinkuang_Yuan", PoolManager.AssetType.GameObject)
|
||||
|
@ -1027,6 +1027,7 @@ function this.CreatActivity()
|
|||
else
|
||||
activityTabs[k].timeImg.gameObject:SetActive(true)
|
||||
end
|
||||
activityTabs[k].nameText.text=v.Sesc
|
||||
if v.ActiveType > 0 then
|
||||
local activityId = ActivityGiftManager.IsActivityTypeOpen(v.ActiveType)
|
||||
if activityId and activityId > 0 and ActivityGiftManager.IsQualifiled(v.ActiveType) and v.ActiveType ~= 42 then
|
||||
|
|
Loading…
Reference in New Issue