【跑马灯】修改跑马灯界面打开的位置

dev_chengFeng
gaoxin 2021-05-29 18:14:11 +08:00
parent 3a698539a9
commit c15cf283ff
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -14,7 +14,8 @@ function Game.Initialize()
Screen.sleepTimeout = U3d.SleepTimeout.NeverSleep
this.GlobalEvent = EventManager.New()
this.InitManagers()
UIManager.OpenPanel(UIName.LoginPanel)
UIManager.OpenPanel(UIName.LoginPanel)
UIManager.OpenPanel(UIName.HorseRaceLampView)
end
--初始化管理器