【灵兽系统】 召唤界面按钮文字位置

dev_chengFeng
zhangqiang 2020-11-03 16:08:10 +08:00
parent 49576b20ad
commit 0a8498b95e
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ function PokemonSummonPanel:refreshBtnShow()
end
local d = RecruitManager.GetExpendData(type)
if isFree then
info.text=Language[11759]
info.text=" "..Language[11759]
else
itemId = d[1]
itemNum = d[2]