【本地化】修复鸿蒙阵白片
parent
159dd3fa1d
commit
d6613db511
|
|
@ -19,6 +19,8 @@ function EnvoyItem:InitComponent(parent,data)
|
|||
self.timer_text = Util.GetGameObject(self.gameObject,"Box/Empty/frame/Text"):GetComponent("Text")
|
||||
self.AddImage = Util.GetGameObject(self.gameObject,"Box/Empty/frame/AddImage")
|
||||
self.RedPoint = Util.GetGameObject(self.gameObject,"Box/Empty/redPoint")
|
||||
--
|
||||
Util.GetGameObject(self.gameObject, "GameObject/proIcon"):GetComponent("Image").sprite = Util.LoadSprite("r_hero_huo 1_zh")
|
||||
end
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue