添加空格
parent
9477094f4f
commit
010f27e6d7
|
|
@ -69,7 +69,7 @@ end
|
||||||
function GemBoxLvUpPopup:OnOpen(...)
|
function GemBoxLvUpPopup:OnOpen(...)
|
||||||
local args = { ... }
|
local args = { ... }
|
||||||
this.effect:SetActive(true)
|
this.effect:SetActive(true)
|
||||||
this.info.text = Language[10979] .. args[1] .. Language[10065]
|
this.info.text = Language[10979] .." ".. args[1] .." ".. Language[10065]
|
||||||
local SkeletonGraphic = this.roleEffect:GetComponent("SkeletonGraphic")
|
local SkeletonGraphic = this.roleEffect:GetComponent("SkeletonGraphic")
|
||||||
-- for key, value in pairs(contentPrefabs) do
|
-- for key, value in pairs(contentPrefabs) do
|
||||||
-- value.gameObject:SetActive(false)
|
-- value.gameObject:SetActive(false)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue