mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
create in game interface panels and renable about and options windows
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -43,6 +43,7 @@ end
|
||||
|
||||
function EnterGame.show()
|
||||
enterGame:show()
|
||||
enterGame:focus()
|
||||
end
|
||||
|
||||
function EnterGame.hide()
|
||||
|
Reference in New Issue
Block a user