dev_chengFeng
jiaoyangna 2021-01-27 13:42:05 +08:00
parent 5497397be0
commit 0bb880e3a3
6 changed files with 1 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1023 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 793 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -1,11 +1,10 @@
require("Base/BasePanel")
LoadingPanel = Inherit(BasePanel)
local this = LoadingPanel
local sprites = {"loding1"}
local sprites = {"loding1","loding2","loding3","loding4","loding5","loding6"}
local tipsConfig = ConfigManager.GetConfig(ConfigName.Tips)
--初始化组件(用于子类重写)
function LoadingPanel:InitComponent()
Log("LoadingPanel:InitComponent")
this.Slider = Util.GetGameObject(self.gameObject, "Slider"):GetComponent("Slider")
this.Tip = Util.GetGameObject(self.gameObject, "Slider/Image/LoadingText"):GetComponent("Text")
this.SliderText = Util.GetGameObject(self.gameObject, "Slider/Fill Area/Fill/Image/Text"):GetComponent("Text")