mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
some window moving
This commit is contained in:
@@ -63,6 +63,7 @@ function CharacterList.terminate()
|
||||
loadBox:destroy()
|
||||
loadBox = nil
|
||||
end
|
||||
CharacterList = nil
|
||||
end
|
||||
|
||||
function CharacterList.create(characters, premDays)
|
||||
|
@@ -66,4 +66,4 @@ MainWindow
|
||||
width: 64
|
||||
anchors.right: parent.right
|
||||
anchors.bottom: parent.bottom
|
||||
@onClick: CharacterList.destroy()
|
||||
@onClick: CharacterList.destroy()
|
||||
|
@@ -97,6 +97,7 @@ function EnterGame.terminate()
|
||||
enterGameButton = nil
|
||||
motdButton:destroy()
|
||||
motdButton = nil
|
||||
EnterGame = nil
|
||||
end
|
||||
|
||||
function EnterGame.show()
|
||||
@@ -144,4 +145,3 @@ end
|
||||
function EnterGame.displayMotd()
|
||||
displayInfoBox('Message of the day', motdMessage)
|
||||
end
|
||||
|
||||
|
@@ -14,5 +14,3 @@ Module
|
||||
onUnload: |
|
||||
EnterGame.terminate()
|
||||
CharacterList.terminate()
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user