【云游商人】问号,红点修改
parent
d373b1ff0f
commit
99602b3008
|
@ -4086,7 +4086,7 @@ RectTransform:
|
||||||
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: 0, y: 0}
|
m_AnchoredPosition: {x: 0, y: 0}
|
||||||
m_SizeDelta: {x: 69, y: 119}
|
m_SizeDelta: {x: 50, y: 100}
|
||||||
m_Pivot: {x: 0.5, y: 0.5}
|
m_Pivot: {x: 0.5, y: 0.5}
|
||||||
--- !u!222 &8536074506609432327
|
--- !u!222 &8536074506609432327
|
||||||
CanvasRenderer:
|
CanvasRenderer:
|
||||||
|
|
|
@ -198,7 +198,7 @@ function this.UpdateSingleTypeData(actType)
|
||||||
end
|
end
|
||||||
|
|
||||||
function this.CheckSingleRed(data)
|
function this.CheckSingleRed(data)
|
||||||
if data.state == 0 then
|
if data.progress == 0 then
|
||||||
local list = BagManager.GetBagItemDataByItemType(ItemBaseType.Equip)
|
local list = BagManager.GetBagItemDataByItemType(ItemBaseType.Equip)
|
||||||
local EquipedEquipList = HeroManager.GetEquipedEquipList()
|
local EquipedEquipList = HeroManager.GetEquipedEquipList()
|
||||||
for i = 1, #data.otherData.needItems do
|
for i = 1, #data.otherData.needItems do
|
||||||
|
|
Loading…
Reference in New Issue