去掉急速探索

tcx_xiyou_solider^2
PC-202302260912\Administrator 2024-04-26 15:08:35 +08:00
parent e7fad5ce63
commit 82b5946448
2 changed files with 4 additions and 4 deletions

View File

@ -109,7 +109,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 0, y: 1}
m_AnchoredPosition: {x: 0, y: 0.000045776367}
m_AnchoredPosition: {x: 0, y: 0.000030517578}
m_SizeDelta: {x: 925.1, y: 0}
m_Pivot: {x: 0, y: 1}
--- !u!114 &2443668873975028990
@ -740,7 +740,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: -291, y: -653}
m_AnchoredPosition: {x: 0, y: -653}
m_SizeDelta: {x: 307, y: 90}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &5857034857121394904
@ -2800,7 +2800,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
m_IsActive: 0
--- !u!224 &3531267878824366047
RectTransform:
m_ObjectHideFlags: 0

View File

@ -31,7 +31,7 @@ function FightAreaRewardPopup:InitComponent()
Util.GetGameObject(self.transform, "btn_skip/Text"):GetComponent("Text").text="极速探索"
Util.GetGameObject(self.transform, "btn_skip/info"):GetComponent("Text").text="立即获得两小时挂机收益"
this.btn_skip=Util.GetGameObject(self.transform, "btn_skip")
this.btn_skip:SetActive(false)
end
--绑定事件(用于子类重写)