You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
1.5 KiB

%window#enterGameWindow
13 years ago
title: Enter Game
size: [236, 178]
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
onLoad: self:setLocked()
%label#accountNameLabel
13 years ago
text: Account name
anchors.left: parent.left
anchors.top: parent.top
margin.left: 18
margin.top: 33
%label#passwordLabel
13 years ago
text: "Password:"
anchors.left: parent.left
anchors.top: parent.top
margin.left: 18
margin.top: 62
%label#createAccountLabel
13 years ago
text: |
If you don't have
an account yet
13 years ago
anchors.left: parent.left
anchors.top: parent.top
margin.left: 18
margin.top: 87
%button#createAccountButton
13 years ago
text: Create Account
anchors.left: parent.left
anchors.top: parent.top
margin.top: 94
margin.left: 132
onClick: displayErrorBox("Error", "Not implemented yet")
13 years ago
%button#okButton
13 years ago
text: Ok
size: [43, 20]
anchors.right: parent.right
anchors.bottom: parent.bottom
margin.bottom: 10
margin.right: 66
onClick: EnterGame_connectToLoginServer()
13 years ago
%button#cancelButton
13 years ago
text: Cancel
size: [43, 20]
anchors.right: parent.right
anchors.bottom: parent.bottom
margin.bottom: 10
margin.right: 13
onClick: self.parent:destroy()
%textEdit#accountNameTextEdit
13 years ago
anchors.right: parent.right
anchors.top: parent.top
margin.top: 32
margin.right: 18
%textEdit#passwordTextEdit
13 years ago
anchors.right: parent.right
anchors.top: parent.top
margin.top: 61
margin.right: 18