sources are broken

This commit is contained in:
Eduardo Bart
2011-04-22 21:12:28 -03:00
parent 96e0b1e909
commit 02ada0b82e
11 changed files with 19 additions and 42 deletions

View File

@@ -3,6 +3,8 @@ window#enterGameWindow:
size: [236, 178]
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
onLoad: mainMenu:lock(self)
onDestroy: mainMenu:unlock()
label#accountNameLabel:
text: Account name
@@ -49,9 +51,7 @@ window#enterGameWindow:
anchors.bottom: parent.bottom
margin.bottom: 10
margin.right: 13
onClick: |
self:getParent():destroy()
self:getParent():getParent():unlock()
onClick: self:getParent():destroy()
textEdit#accountNameTextEdit:
anchors.right: parent.right