四项心法界面修改

onepiece_demo_arena
wangzhenxing 2023-10-30 17:11:52 +08:00
parent ae6fe98e10
commit d5334e08e4
2 changed files with 9 additions and 9 deletions

View File

@ -1227,8 +1227,8 @@ 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: 0, y: 277}
m_SizeDelta: {x: 141.9, y: 180.6}
m_AnchoredPosition: {x: 0, y: 290}
m_SizeDelta: {x: 37, y: 143}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &2161209271200579203
CanvasRenderer:
@ -1258,7 +1258,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: 0043200a325e2694fbfeaa7eba6a2246, type: 3}
m_Sprite: {fileID: 0}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
@ -3825,7 +3825,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0}
m_AnchorMax: {x: 0.5, y: 0}
m_AnchoredPosition: {x: 0.82751, y: 155.21}
m_AnchoredPosition: {x: 0.82751, y: 155.21002}
m_SizeDelta: {x: 343.34, y: 86.07}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &3252977362545838968
@ -4072,7 +4072,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: -60.313, y: -59.51}
m_AnchoredPosition: {x: -60.31299, y: -59.51001}
m_SizeDelta: {x: 120.62, y: 119.03}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &3253346002882037464
@ -6006,7 +6006,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: -198.67014, y: -6.83}
m_AnchoredPosition: {x: -198.67014, y: 5.1}
m_SizeDelta: {x: 150.9, y: 76.65}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &5862466182438421434
@ -7584,7 +7584,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 2.469, y: -61.719}
m_AnchoredPosition: {x: 2.4689941, y: -61.718994}
m_SizeDelta: {x: -79.333, y: -205.463}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &8524964974391560102

View File

@ -243,7 +243,7 @@ end
function this.SetSelectBtn(_professionId)
this.selectBtn.transform:SetParent(this.btnList[_professionId].transform)
this.selectBtn.transform.localPosition = Vector3.zero
this.selectBtn.transform.localPosition = Vector3.New(0,-6,0)
this.selectBtn.transform:SetAsFirstSibling();
end
@ -363,7 +363,7 @@ function this.UpdateUpStarTip()
else
local itemName=this.upStarCostitem.Name
local itemIcon=GetResourcePath(this.upStarCostitem.ResourceID)
this.limitHint.text=string.format("四种属性强化至上限后使用 <color=#24F604>%s</color>进阶",itemName)
this.limitHint.text=string.format("四种属性强化至上限后使用 <color=#24F604>%s</color>进阶",itemName)
this.limitCost.gameObject:SetActive(true)
this.limitCost.sprite=this.spLoader:LoadSprite(itemIcon)
this.itemView:OnOpen(false, {this.upStarCostitem.Id,1}, 0, false,false,false)