奥义卡,邮件置顶图片修改

onepiece_demo_arena^2
xiejun 2024-02-18 16:18:40 +08:00
parent a04d81dafe
commit f7afb86cd1
3 changed files with 11 additions and 10 deletions

View File

@ -2005,7 +2005,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: -358.3, y: -36.3} m_AnchoredPosition: {x: -320, y: -36.3}
m_SizeDelta: {x: 77, y: 41} m_SizeDelta: {x: 77, y: 41}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &1271770663175238432 --- !u!222 &1271770663175238432

View File

@ -646,7 +646,7 @@ GameObject:
m_Icon: {fileID: 0} m_Icon: {fileID: 0}
m_NavMeshLayer: 0 m_NavMeshLayer: 0
m_StaticEditorFlags: 0 m_StaticEditorFlags: 0
m_IsActive: 0 m_IsActive: 1
--- !u!224 &4810780399059350171 --- !u!224 &4810780399059350171
RectTransform: RectTransform:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
@ -687,7 +687,7 @@ MonoBehaviour:
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
m_Material: {fileID: 0} m_Material: {fileID: 0}
m_Color: {r: 0.6117647, g: 0.53333336, b: 0.4117647, a: 1} m_Color: {r: 0.19215688, g: 0.19215688, b: 0.19215688, a: 1}
m_RaycastTarget: 1 m_RaycastTarget: 1
m_OnCullStateChanged: m_OnCullStateChanged:
m_PersistentCalls: m_PersistentCalls:
@ -695,11 +695,11 @@ MonoBehaviour:
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI, m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_FontData: m_FontData:
m_Font: {fileID: 12800000, guid: 4b73e9e4512d17e4daeea351e090d33c, type: 3} m_Font: {fileID: 12800000, guid: be22547d075a3fa439f78ce38cdb4beb, type: 3}
m_FontSize: 32 m_FontSize: 28
m_FontStyle: 0 m_FontStyle: 0
m_BestFit: 0 m_BestFit: 0
m_MinSize: 3 m_MinSize: 2
m_MaxSize: 40 m_MaxSize: 40
m_Alignment: 0 m_Alignment: 0
m_AlignByGeometry: 0 m_AlignByGeometry: 0
@ -2573,7 +2573,7 @@ GameObject:
m_Icon: {fileID: 0} m_Icon: {fileID: 0}
m_NavMeshLayer: 0 m_NavMeshLayer: 0
m_StaticEditorFlags: 0 m_StaticEditorFlags: 0
m_IsActive: 0 m_IsActive: 1
--- !u!224 &7355408683318342882 --- !u!224 &7355408683318342882
RectTransform: RectTransform:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
@ -2608,14 +2608,14 @@ MonoBehaviour:
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
m_Padding: m_Padding:
m_Left: 0 m_Left: 14
m_Right: 0 m_Right: 0
m_Top: 20 m_Top: 20
m_Bottom: 0 m_Bottom: 0
m_ChildAlignment: 0 m_ChildAlignment: 0
m_StartCorner: 0 m_StartCorner: 0
m_StartAxis: 0 m_StartAxis: 0
m_CellSize: {x: 920, y: 110} m_CellSize: {x: 902.3, y: 110}
m_Spacing: {x: 30, y: 0} m_Spacing: {x: 30, y: 0}
m_Constraint: 2 m_Constraint: 2
m_ConstraintCount: 1 m_ConstraintCount: 1
@ -2738,7 +2738,7 @@ RectTransform:
m_AnchorMin: {x: 0, y: 0} m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 0, y: 0} m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 897.5, y: 299.53} m_SizeDelta: {x: 897.5, y: 298.52}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &5816756568334527 --- !u!222 &5816756568334527
CanvasRenderer: CanvasRenderer:

View File

@ -410,6 +410,7 @@ function RewardItemSingleShowPopup:OnShow()
end end
if skillId~=0 then if skillId~=0 then
this.infoBar:SetActive(true) this.infoBar:SetActive(true)
this.infoBarTxt.gameObject:SetActive(true)
this.infoBarTxt.text="奥义卡技能:"..IncarnationManager.GetSkillDesStr(skillId,5) this.infoBarTxt.text="奥义卡技能:"..IncarnationManager.GetSkillDesStr(skillId,5)
else else
this.infoBar:SetActive(false) this.infoBar:SetActive(false)