focus and active states fixes

This commit is contained in:
Eduardo Bart
2011-11-16 19:00:40 -02:00
parent fa8291a433
commit 63c018ba4c
7 changed files with 71 additions and 21 deletions

View File

@@ -16,7 +16,7 @@ end
function Game.createInterface()
Background.hide()
CharacterList.destroyLoadBox()
Game.gameUi = loadUI('/game/game.otui', UI.root)
Game.gameUi = UI.loadAndDisplay('/game/game.otui')
UI.root:moveChildToIndex(Game.gameUi, 1)
Game.gameMapPanel = Game.gameUi:getChildById('mapPanel')
Game.gameRightPanel = Game.gameUi:getChildById('rightPanel')