【跑马灯】修改跑马灯界面打开的位置
parent
3a698539a9
commit
c15cf283ff
|
@ -92,7 +92,6 @@ function UIManager.InitCommonPanels()
|
|||
require("Modules/Message/MissionDailyTipPanel")
|
||||
require("View/PlayerLiveView")
|
||||
require("View/MonsterLiveView")
|
||||
UIManager.OpenPanel(UIName.HorseRaceLampView)
|
||||
end
|
||||
|
||||
function UIManager.Adapter()
|
||||
|
|
|
@ -15,6 +15,7 @@ function Game.Initialize()
|
|||
this.GlobalEvent = EventManager.New()
|
||||
this.InitManagers()
|
||||
UIManager.OpenPanel(UIName.LoginPanel)
|
||||
UIManager.OpenPanel(UIName.HorseRaceLampView)
|
||||
end
|
||||
|
||||
--初始化管理器
|
||||
|
|
Loading…
Reference in New Issue