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