fix some login phases issues

This commit is contained in:
Eduardo Bart
2011-11-01 23:55:36 -02:00
parent d2e8e1d774
commit 2304ff3529
5 changed files with 31 additions and 31 deletions

View File

@@ -17,7 +17,7 @@ MainWindow
title: Charlist
size: 250 250
onEnter: CharacterList.doLogin()
onEscape: CharacterList.hide()
onEscape: CharacterList.close()
TextList
id: characterList
@@ -65,9 +65,4 @@ MainWindow
anchors.bottom: parent.bottom
margin.bottom: 16
margin.right: 16
onClick: |
function(self)
self:getParent():unlock()
self:getParent():hide()
EnterGame.create()
end
onClick: CharacterList.close()