some window moving

This commit is contained in:
Eduardo Bart
2012-02-06 22:41:53 -02:00
parent 08a88e3842
commit 46df3c7dbe
43 changed files with 165 additions and 51 deletions

View File

@@ -63,6 +63,7 @@ function CharacterList.terminate()
loadBox:destroy()
loadBox = nil
end
CharacterList = nil
end
function CharacterList.create(characters, premDays)

View File

@@ -66,4 +66,4 @@ MainWindow
width: 64
anchors.right: parent.right
anchors.bottom: parent.bottom
@onClick: CharacterList.destroy()
@onClick: CharacterList.destroy()

View File

@@ -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

View File

@@ -14,5 +14,3 @@ Module
onUnload: |
EnterGame.terminate()
CharacterList.terminate()