灵兽图片修改

xiyou_yueNanZhengshi
PC-202302260912\Administrator 2024-11-27 18:23:29 +08:00
parent 140e0d844d
commit 8dfddfe93a
2 changed files with 15 additions and 15 deletions

View File

@ -1483,7 +1483,7 @@ RectTransform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1403753927918926205}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalRotation: {x: -0, y: -0, z: -0.7071068, w: 0.7071068}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
@ -1492,8 +1492,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: -2.7, y: 35}
m_SizeDelta: {x: 10, y: 0}
m_AnchoredPosition: {x: 0, y: 14.3}
m_SizeDelta: {x: 316.5, y: 66.8}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &4357930264456814047
CanvasRenderer:
@ -1531,10 +1531,10 @@ MonoBehaviour:
m_MinSize: 0
m_MaxSize: 50
m_Alignment: 4
m_AlignByGeometry: 0
m_AlignByGeometry: 1
m_RichText: 1
m_HorizontalOverflow: 0
m_VerticalOverflow: 1
m_HorizontalOverflow: 1
m_VerticalOverflow: 0
m_LineSpacing: 1.3
m_Text: "\u51B0\u51E4"
LanguageIndex: 0
@ -2072,18 +2072,18 @@ RectTransform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4189088933509125808}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalRotation: {x: 0, y: 0, z: 0.7071068, w: 0.7071068}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 0.9999203, y: 0.9999203, z: 0.9999203}
m_Children:
- {fileID: 7383804225615899479}
m_Father: {fileID: 1286417523841341701}
m_RootOrder: 4
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 90}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: -382.25943, y: 282}
m_SizeDelta: {x: 74, y: 226}
m_AnchoredPosition: {x: 36.5, y: -171}
m_SizeDelta: {x: 74, y: 346.2}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &752871563006777882
CanvasRenderer:
@ -2738,8 +2738,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.19997442, y: -75}
m_SizeDelta: {x: 200, y: 31.18}
m_AnchoredPosition: {x: 0.19997442, y: -100.02}
m_SizeDelta: {x: 200, y: 101.24}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &2113712545837249420
CanvasRenderer:
@ -2779,7 +2779,7 @@ MonoBehaviour:
m_Alignment: 1
m_AlignByGeometry: 0
m_RichText: 1
m_HorizontalOverflow: 1
m_HorizontalOverflow: 0
m_VerticalOverflow: 1
m_LineSpacing: 1
m_Text: "d\u7B49\u7EA71"

View File

@ -64,7 +64,7 @@ end
function this.GetShowPanelData()
local pokemonSData=ConfigManager.GetConfigData(ConfigName.SpiritAnimal, pokemonBackData.tempId)
this.heroName.text = GetStringByEquipQua(pokemonSData.Quality, GetLanguageStrById(pokemonSData.Name))
SetTextVerTial(this.heroName,Vector3.New(96.87,0,0))
--SetTextVerTial(this.heroName,Vector3.New(96.87,0,0))
this.ShowPokemonLive(pokemonSData)
--星级
local starSize = Vector2.New(65,65)
@ -121,7 +121,7 @@ end
function this.NoGetShowPanelData()
local pokemonSData=ConfigManager.GetConfigData(ConfigName.SpiritAnimal, pokemonSid)
this.heroName.text = GetStringByEquipQua(pokemonSData.Quality, GetLanguageStrById(pokemonSData.Name))
SetTextVerTial(this.heroName,Vector3.New(96.87,0,0))
--SetTextVerTial(this.heroName,Vector3.New(96.87,0,0))
this.ShowPokemonLive(pokemonSData)
--星级
SetHeroStars(this.spLoader, this.starGrid, 0,2,Vector2.New(60,60))