命格等级页面修改

TCX_LongZhu
PC-202302260912\Administrator 2024-07-16 13:46:40 +08:00
parent 597b11d38b
commit 5e360b2dfb
2 changed files with 10 additions and 10 deletions

View File

@ -2421,16 +2421,16 @@ RectTransform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3794767390151196384}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalRotation: {x: 0, y: 0, z: 0.052335896, w: 0.9986295}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 6811033026547465412}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 6}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: -6.8200073, y: 1.5200005}
m_AnchoredPosition: {x: -27.600006, y: -0.70000076}
m_SizeDelta: {x: -13.64, y: -3.03}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &7234119502458500750
@ -2454,7 +2454,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_OnCullStateChanged:
m_PersistentCalls:
@ -2464,7 +2464,7 @@ MonoBehaviour:
m_FontData:
m_Font: {fileID: 12800000, guid: be22547d075a3fa439f78ce38cdb4beb, type: 3}
m_FontSize: 40
m_FontStyle: 3
m_FontStyle: 2
m_BestFit: 0
m_MinSize: 0
m_MaxSize: 300
@ -2474,7 +2474,7 @@ MonoBehaviour:
m_HorizontalOverflow: 0
m_VerticalOverflow: 0
m_LineSpacing: 1
m_Text: "\u524D\u5F80"
m_Text: "\u524D \u5F80"
--- !u!1 &4060786722918796568
GameObject:
m_ObjectHideFlags: 0
@ -3160,7 +3160,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: 201.7, y: -437.38}
m_AnchoredPosition: {x: 209.7, y: -437.38}
m_SizeDelta: {x: 258, y: 84.36}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &2832332254274757765
@ -3191,7 +3191,7 @@ 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: 6ff20609e8c68014394e6b730e1c7948, type: 3}
m_Sprite: {fileID: 21300000, guid: ba7b720192d6b794a9cd647d943a96e7, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1

View File

@ -153,9 +153,9 @@ function GemRewardInfoPanel:CheckReward()
end
if isCan then
self.btn_Text.text=""
self.btn_Text.text=" "
else
self.btn_Text.text=""
self.btn_Text.text=" "
end
self.rewardInfo.text="宝箱"..rewardConfig.Level.."级奖励"
end