【命格】提交
parent
70f5308d1d
commit
a3c24ee4b7
|
@ -17960,8 +17960,8 @@ MonoBehaviour:
|
|||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
m_Material: {fileID: 0}
|
||||
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
||||
m_RaycastTarget: 1
|
||||
m_Color: {r: 1, g: 1, b: 1, a: 0.78431374}
|
||||
m_RaycastTarget: 0
|
||||
m_OnCullStateChanged:
|
||||
m_PersistentCalls:
|
||||
m_Calls: []
|
||||
|
@ -32998,8 +32998,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: -2.13, y: -62.3}
|
||||
m_SizeDelta: {x: 900.74, y: 1226.9}
|
||||
m_AnchoredPosition: {x: -2.13, y: -65.28}
|
||||
m_SizeDelta: {x: 900.7, y: 1213.26}
|
||||
m_Pivot: {x: 0.5, y: 0.5}
|
||||
--- !u!222 &2611804464083557781
|
||||
CanvasRenderer:
|
||||
|
|
|
@ -223,7 +223,13 @@ function this.FastConpound(id)
|
|||
end
|
||||
end
|
||||
totalMoney = totalMoney + gemConfig[id].UpgradeCost[2]
|
||||
return true,lastGNum==1,finalList,totalMoney
|
||||
local tempList = {}
|
||||
for key, value in pairs(finalList) do--存在数据为0的情况,剔除
|
||||
if value > 0 then
|
||||
tempList[key] = value
|
||||
end
|
||||
end
|
||||
return true,lastGNum==1,tempList,totalMoney
|
||||
end
|
||||
|
||||
function this.DoCircle2(type,curLevel,targetLevel)
|
||||
|
|
Loading…
Reference in New Issue