mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 12:34:55 +02:00
improve window moving, minor changes to enable others apps use otclient framework
This commit is contained in:
@@ -17,6 +17,7 @@ function Game.createInterface()
|
||||
Background.hide()
|
||||
CharacterList.destroyLoadBox()
|
||||
Game.gameUi = loadUI('/game/game.otui', UI.root)
|
||||
UI.root:moveChildToIndex(Game.gameUi, 1)
|
||||
Game.gameMapPanel = Game.gameUi:getChildById('mapPanel')
|
||||
Game.gameRightPanel = Game.gameUi:getChildById('rightPanel')
|
||||
Game.gameBottomPanel = Game.gameUi:getChildById('bottomPanel')
|
||||
|
Reference in New Issue
Block a user