create in game interface panels and renable about and options windows

This commit is contained in:
Eduardo Bart
2011-11-03 07:59:11 -02:00
parent b05bb7818d
commit b345a6d783
30 changed files with 400 additions and 70 deletions

View File

@@ -91,12 +91,15 @@ end
function CharacterList.destroy()
CharacterList.hide()
EnterGame.show()
if not Game.isOnline then
EnterGame.show()
end
end
function CharacterList.show()
if not loadBox then
charactersWindow:show()
charactersWindow:focus()
end
end

View File

@@ -43,6 +43,7 @@ end
function EnterGame.show()
enterGame:show()
enterGame:focus()
end
function EnterGame.hide()