[周卡]======周卡修改提交
parent
b878a0a1a4
commit
51eb81d46c
|
@ -299,7 +299,7 @@ MonoBehaviour:
|
|||
m_RichText: 1
|
||||
m_HorizontalOverflow: 0
|
||||
m_VerticalOverflow: 0
|
||||
m_LineSpacing: 0.7
|
||||
m_LineSpacing: 1
|
||||
m_Text: "\u7D2F\u5145\u6EE16\u5143"
|
||||
LanguageIndex: 0
|
||||
--- !u!1 &688888697973161743
|
||||
|
@ -36450,7 +36450,7 @@ MonoBehaviour:
|
|||
m_RichText: 1
|
||||
m_HorizontalOverflow: 0
|
||||
m_VerticalOverflow: 0
|
||||
m_LineSpacing: 0.7
|
||||
m_LineSpacing: 1
|
||||
m_Text: "\u7D2F\u5145\u6EE16\u5143"
|
||||
LanguageIndex: 0
|
||||
--- !u!1 &1524873232105897754
|
||||
|
@ -36681,7 +36681,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: 7.4, y: 2.5}
|
||||
m_AnchoredPosition: {x: 0, y: 2.5}
|
||||
m_SizeDelta: {x: 1, y: 1}
|
||||
m_Pivot: {x: 0.5, y: 0.5}
|
||||
--- !u!222 &3517071421744931208
|
||||
|
@ -37229,7 +37229,7 @@ MonoBehaviour:
|
|||
m_RichText: 1
|
||||
m_HorizontalOverflow: 0
|
||||
m_VerticalOverflow: 0
|
||||
m_LineSpacing: 0.7
|
||||
m_LineSpacing: 1
|
||||
m_Text: "\u7D2F\u5145\u6EE16\u5143"
|
||||
LanguageIndex: 0
|
||||
--- !u!1 &3804668514290619552
|
||||
|
@ -38043,7 +38043,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: 7.4, y: 2.5}
|
||||
m_AnchoredPosition: {x: 0, y: 2.5}
|
||||
m_SizeDelta: {x: 1, y: 1}
|
||||
m_Pivot: {x: 0.5, y: 0.5}
|
||||
--- !u!222 &7119466067203191510
|
||||
|
@ -38466,7 +38466,7 @@ MonoBehaviour:
|
|||
m_RichText: 1
|
||||
m_HorizontalOverflow: 0
|
||||
m_VerticalOverflow: 0
|
||||
m_LineSpacing: 0.7
|
||||
m_LineSpacing: 1
|
||||
m_Text: "\u7D2F\u5145\u6EE16\u5143"
|
||||
LanguageIndex: 0
|
||||
--- !u!1 &5526079154870702868
|
||||
|
@ -40040,7 +40040,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: 7.4, y: 2.5}
|
||||
m_AnchoredPosition: {x: 0, y: 2.5}
|
||||
m_SizeDelta: {x: 1, y: 1}
|
||||
m_Pivot: {x: 0.5, y: 0.5}
|
||||
--- !u!222 &4306737052099898058
|
||||
|
|
|
@ -153,9 +153,9 @@ function FirstRechargePanel:OnOpen(context,_fun)
|
|||
self.qianyao:SetActive(false)
|
||||
local qyTime = 0
|
||||
if not FirstRechargeManager.GetAnimFlag("FirstRechargeAnim") then
|
||||
SoundManager.PlaySound(SoundConfig.UI_Hd_swk)
|
||||
self.qianyao:SetActive(true)
|
||||
qyTime = 1.5
|
||||
--SoundManager.PlaySound(SoundConfig.UI_Hd_swk)
|
||||
--self.qianyao:SetActive(true)
|
||||
--qyTime = 1.5
|
||||
FirstRechargeManager.SetAnimFlag("FirstRechargeAnim")
|
||||
end
|
||||
self.frame:SetActive(false)
|
||||
|
|
Loading…
Reference in New Issue