Merge branch 'china/dev-c' of http://60.1.1.230/gaoxin/JL_Client into china/dev-c
commit
07582f1918
|
@ -92,7 +92,6 @@ function UIManager.InitCommonPanels()
|
||||||
require("Modules/Message/MissionDailyTipPanel")
|
require("Modules/Message/MissionDailyTipPanel")
|
||||||
require("View/PlayerLiveView")
|
require("View/PlayerLiveView")
|
||||||
require("View/MonsterLiveView")
|
require("View/MonsterLiveView")
|
||||||
UIManager.OpenPanel(UIName.HorseRaceLampView)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function UIManager.Adapter()
|
function UIManager.Adapter()
|
||||||
|
|
|
@ -15,6 +15,7 @@ function Game.Initialize()
|
||||||
this.GlobalEvent = EventManager.New()
|
this.GlobalEvent = EventManager.New()
|
||||||
this.InitManagers()
|
this.InitManagers()
|
||||||
UIManager.OpenPanel(UIName.LoginPanel)
|
UIManager.OpenPanel(UIName.LoginPanel)
|
||||||
|
UIManager.OpenPanel(UIName.HorseRaceLampView)
|
||||||
end
|
end
|
||||||
|
|
||||||
--初始化管理器
|
--初始化管理器
|
||||||
|
|
Loading…
Reference in New Issue