每日礼包进度条和特效调整
parent
37482d31b5
commit
de81d0e836
|
@ -34659,7 +34659,7 @@ 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: -31, y: -93}
|
||||
m_AnchoredPosition: {x: 10, y: -93}
|
||||
m_SizeDelta: {x: 489, y: 18}
|
||||
m_Pivot: {x: 0.5, y: 0.5}
|
||||
--- !u!222 &5425700157221248158
|
||||
|
@ -34690,7 +34690,7 @@ MonoBehaviour:
|
|||
m_Calls: []
|
||||
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
|
||||
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
m_Sprite: {fileID: 0}
|
||||
m_Sprite: {fileID: 21300000, guid: a5a6768112bb47b438af00717bd96c4b, type: 3}
|
||||
m_Type: 0
|
||||
m_PreserveAspect: 0
|
||||
m_FillCenter: 1
|
||||
|
@ -41167,8 +41167,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: -236.1, y: -1.5}
|
||||
m_SizeDelta: {x: 477.6, y: 15}
|
||||
m_AnchoredPosition: {x: -244.5, y: -1.5}
|
||||
m_SizeDelta: {x: 486, y: 15}
|
||||
m_Pivot: {x: 0, y: 0.5}
|
||||
--- !u!222 &6033932424181738597
|
||||
CanvasRenderer:
|
||||
|
@ -41198,8 +41198,8 @@ MonoBehaviour:
|
|||
m_Calls: []
|
||||
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
|
||||
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||||
m_Sprite: {fileID: 21300000, guid: 8596ecf778121ba4997aaa28b40beb89, type: 3}
|
||||
m_Type: 0
|
||||
m_Sprite: {fileID: 21300000, guid: 08e990c88f7741b48aefcb87e37822ad, type: 3}
|
||||
m_Type: 1
|
||||
m_PreserveAspect: 0
|
||||
m_FillCenter: 1
|
||||
m_FillMethod: 4
|
||||
|
|
|
@ -479,7 +479,7 @@ function EveryDayGiftNew:RefreshOneKeyShow()
|
|||
Util.SetParticleSortLayer(self.UI_Effect_jinkuang_Yuan, self.sortingOrder + 1)
|
||||
Util.SetGray(self.extarOneKeyBtn,false)
|
||||
self.extarOneKeyBtn:GetComponent("Button").interactable = true
|
||||
self.allSaoGuang:SetActive(true)
|
||||
self.allSaoGuang:SetActive(false)
|
||||
-- 计算总价
|
||||
local ori = 0
|
||||
for i = 1 , #self.shopData do
|
||||
|
|
Loading…
Reference in New Issue