灵兽等级显示错误修改
parent
6878db8818
commit
99dcf2ed40
|
@ -755,7 +755,7 @@ MonoBehaviour:
|
|||
m_HorizontalOverflow: 1
|
||||
m_VerticalOverflow: 1
|
||||
m_LineSpacing: 1.2
|
||||
m_Text: "222\u7EA7"
|
||||
m_Text:
|
||||
LanguageIndex: 0
|
||||
--- !u!1 &270013970460605470
|
||||
GameObject:
|
||||
|
@ -4824,7 +4824,7 @@ MonoBehaviour:
|
|||
m_HorizontalOverflow: 1
|
||||
m_VerticalOverflow: 1
|
||||
m_LineSpacing: 1.2
|
||||
m_Text: "222\u7EA7"
|
||||
m_Text:
|
||||
LanguageIndex: 0
|
||||
--- !u!1 &1454439324054902454
|
||||
GameObject:
|
||||
|
@ -7204,7 +7204,7 @@ MonoBehaviour:
|
|||
m_HorizontalOverflow: 1
|
||||
m_VerticalOverflow: 1
|
||||
m_LineSpacing: 1.2
|
||||
m_Text: "222\u7EA7"
|
||||
m_Text:
|
||||
LanguageIndex: 0
|
||||
--- !u!1 &2186963201335409707
|
||||
GameObject:
|
||||
|
@ -11298,7 +11298,7 @@ MonoBehaviour:
|
|||
m_HorizontalOverflow: 1
|
||||
m_VerticalOverflow: 1
|
||||
m_LineSpacing: 1.2
|
||||
m_Text: "222\u7EA7"
|
||||
m_Text:
|
||||
LanguageIndex: 0
|
||||
--- !u!1 &3699215369129901617
|
||||
GameObject:
|
||||
|
@ -14372,7 +14372,7 @@ MonoBehaviour:
|
|||
m_HorizontalOverflow: 1
|
||||
m_VerticalOverflow: 1
|
||||
m_LineSpacing: 1.2
|
||||
m_Text: "222\u7EA7"
|
||||
m_Text:
|
||||
LanguageIndex: 0
|
||||
--- !u!1 &4865165246421771139
|
||||
GameObject:
|
||||
|
@ -15335,7 +15335,7 @@ MonoBehaviour:
|
|||
m_HorizontalOverflow: 1
|
||||
m_VerticalOverflow: 1
|
||||
m_LineSpacing: 1.2
|
||||
m_Text: "222\u7EA7"
|
||||
m_Text:
|
||||
LanguageIndex: 0
|
||||
--- !u!1 &5105751309978687398
|
||||
GameObject:
|
||||
|
|
|
@ -118,6 +118,7 @@ end
|
|||
function PokemonMainPanel:OnShow()
|
||||
this.ShowPokemonList()
|
||||
PokemonManager.CheckRedPointStatusPokemonMainCityRed()
|
||||
|
||||
end
|
||||
|
||||
local nextOpenLockIndex = 0
|
||||
|
@ -198,9 +199,9 @@ function this.ShowSinglePokemonList(go,singleData,liveIndex)
|
|||
nameText.text = GetStringByEquipQua(spiritAnimalConfig.Quality, GetLanguageStrById(spiritAnimalConfig.Name))
|
||||
SetTextVerTial(nameText,Vector3.New(55.3,-1.58,0))
|
||||
if GetCurLanguage() == 0 then
|
||||
Util.GetGameObject(go, "lockInfo/lockInfo/lvImage/Text"):GetComponent("Text").text = curData.lv..Language[10065]
|
||||
Util.GetGameObject(go, "upZhenInfo/lvImage/Text"):GetComponent("Text").text = curData.lv..Language[10065]
|
||||
else
|
||||
Util.GetGameObject(go, "lockInfo/lockInfo/lvImage/Text"):GetComponent("Text").text = Language[10065] .. curData.lv
|
||||
Util.GetGameObject(go, "upZhenInfo/lvImage/Text"):GetComponent("Text").text = Language[10065] .. curData.lv
|
||||
end
|
||||
-- Util.GetGameObject(go, "upZhenInfo/lvImage/Text"):GetComponent("Text").text = curData.lv..Language[10065]
|
||||
local curPokemonLive = Util.GetGameObject(go, "upZhenInfo/pokemonLive")
|
||||
|
|
Loading…
Reference in New Issue