点金界面修改

onepiece_demo_arena
wangzhenxing 2024-01-13 17:13:59 +08:00
parent 21778eb1a9
commit 78094fb2b4
2 changed files with 14 additions and 14 deletions

View File

@ -787,7 +787,7 @@ MonoBehaviour:
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_FontData:
m_Font: {fileID: 12800000, guid: be22547d075a3fa439f78ce38cdb4beb, type: 3}
m_FontSize: 48
m_FontSize: 42
m_FontStyle: 2
m_BestFit: 0
m_MinSize: 0
@ -1933,8 +1933,8 @@ RectTransform:
m_Father: {fileID: 224659568795041196}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchorMin: {x: 0.68, y: 0}
m_AnchorMax: {x: 0.68, y: 1}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 52, y: 20}
m_Pivot: {x: 0.5, y: 0}
@ -2057,7 +2057,7 @@ RectTransform:
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchorMax: {x: 0.68, y: 1}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 10, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
@ -2131,7 +2131,7 @@ RectTransform:
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchorMax: {x: 0.68, y: 1}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 10, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
@ -2594,8 +2594,8 @@ RectTransform:
m_Father: {fileID: 224715737657380146}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchorMin: {x: 0.68, y: 0}
m_AnchorMax: {x: 0.68, y: 1}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 52, y: 20}
m_Pivot: {x: 0.5, y: 0}
@ -6347,7 +6347,7 @@ RectTransform:
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 68, y: 68}
m_SizeDelta: {x: 50, y: 50}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &1642692725313618963
CanvasRenderer:
@ -7302,7 +7302,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_Color: {r: 0.97647065, g: 0.86666673, b: 0.8078432, a: 1}
m_RaycastTarget: 1
m_OnCullStateChanged:
m_PersistentCalls:
@ -8098,7 +8098,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
m_IsActive: 0
--- !u!224 &3899803644963174746
RectTransform:
m_ObjectHideFlags: 0
@ -8115,7 +8115,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: 289.1, y: 394.9}
m_AnchoredPosition: {x: 289.1, y: 393}
m_SizeDelta: {x: 68, y: 68}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &7780307523703105255
@ -8404,7 +8404,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 1, y: 1}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: -191, y: 44}
m_AnchoredPosition: {x: -191, y: 48.899994}
m_SizeDelta: {x: 110, y: 110}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &2464455673645070915
@ -8564,7 +8564,7 @@ MonoBehaviour:
m_FontData:
m_Font: {fileID: 12800000, guid: be22547d075a3fa439f78ce38cdb4beb, type: 3}
m_FontSize: 35
m_FontStyle: 0
m_FontStyle: 1
m_BestFit: 0
m_MinSize: 3
m_MaxSize: 40

View File

@ -76,7 +76,7 @@ function QuickPurchasePanel:OnOpen(context)
elseif context.type==UpViewRechargeType.Gold then
self.coinPurchase:OnShow(context)
self.title.text = Language[11669]
self.help:SetActive(true)
self.help:SetActive(false)
end
end