战力和角色信息UI修改

onepiece_demo_arena
xiejun 2023-12-08 16:34:08 +08:00
parent d377552a80
commit 3ca88e04a9
4 changed files with 11 additions and 11 deletions

View File

@ -80,7 +80,7 @@ MonoBehaviour:
m_HorizontalOverflow: 0
m_VerticalOverflow: 0
m_LineSpacing: 1
m_Text: "\u795E\u5C06\u53EC\u5524"
m_Text: "\u4F19\u4F34\u62DB\u52DF"
--- !u!114 &109091331
MonoBehaviour:
m_ObjectHideFlags: 0

View File

@ -1835,7 +1835,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 0.4}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_OnCullStateChanged:
m_PersistentCalls:
@ -58444,7 +58444,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: 0, y: 0}
m_AnchoredPosition: {x: -3, y: 8}
m_SizeDelta: {x: 126, y: 121}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &723222671189977489
@ -58475,7 +58475,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: 50a3c2870b789f141979beed0823abb8, type: 3}
m_Sprite: {fileID: 21300000, guid: 18ed2ee4baace204390ef768954cd5b0, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
@ -61540,7 +61540,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: 0, y: 0}
m_AnchoredPosition: {x: -3, y: 11}
m_SizeDelta: {x: 126, y: 121}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &6105101346751981326
@ -61571,7 +61571,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: 50a3c2870b789f141979beed0823abb8, type: 3}
m_Sprite: {fileID: 21300000, guid: e0c74af65044777489f18abbc987d7c6, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
@ -63367,7 +63367,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: -82.2, y: -300.9}
m_AnchoredPosition: {x: -82.20001, y: -300.90002}
m_SizeDelta: {x: 126.41, y: 121.21}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &8720233126984017076
@ -64291,7 +64291,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: 50a3c2870b789f141979beed0823abb8, type: 3}
m_Sprite: {fileID: 21300000, guid: 48f4d152353ea874ca7f8be4cf959a46, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1

View File

@ -445,7 +445,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: 4d9c35c932411ce4795175509bc60fd1, type: 3}
m_Sprite: {fileID: 21300000, guid: 7047902cea7e0a644bec2bf166d4f6c1, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1

View File

@ -119,13 +119,13 @@ function RoleInfoPanel:InitComponent()
--礼物
this.giftBtn=Util.GetGameObject(self.transform,"leftGrid/giftBtn")
this.giftImg=Util.GetGameObject(self.transform,"leftGrid/giftBtn/Image"):GetComponent("Image")
this.giftImg.sprite=this.spLoader:LoadSprite("UI_hz_shenjiang_33")
this.giftImg.sprite=this.spLoader:LoadSprite("UI_hz_zhonghe54")
this.giftRedPoint=Util.GetGameObject(this.giftBtn,"redPoint")
--潜能
this.potencyObj=Util.GetGameObject(self.transform,"rightGrid/potencyBtn")
this.potencyBtn=Util.GetGameObject(self.transform,"rightGrid/potencyBtn/Image")
this.potencyImg=Util.GetGameObject(self.transform,"rightGrid/potencyBtn/Image"):GetComponent("Image")
this.potencyImg.sprite=this.spLoader:LoadSprite("UI_hz_shenjiang_33")
this.potencyImg.sprite=this.spLoader:LoadSprite("UI_hz_zhonghe05_119")
this.potencyRedPoint=Util.GetGameObject(Util.GetGameObject(self.transform,"rightGrid/potencyBtn"),"redPoint")
this.PageList = {}