tibia-client/data/ui/mainMenu.yml

37 lines
891 B
YAML
Raw Normal View History

2011-04-10 23:16:24 +02:00
panel#mainMenu:
skin: roundedGridPanel
size: [118, 172]
anchors.left: parent.left
anchors.bottom: parent.bottom
margin.left: 60
margin.bottom: 70
2011-04-11 06:08:56 +02:00
button#enterGameButton:
2011-04-10 23:16:24 +02:00
text: Enter Game
anchors.top: parent.top
anchors.horizontalCenter: parent.horizontalCenter
margin.top: 16
2011-04-11 06:08:56 +02:00
button#accessAccountButton:
2011-04-10 23:16:24 +02:00
text: Access Account
anchors.top: parent.top
anchors.horizontalCenter: parent.horizontalCenter
margin.top: 46
2011-04-11 06:08:56 +02:00
button#optionsButton:
2011-04-10 23:16:24 +02:00
text: Options
anchors.top: parent.top
anchors.horizontalCenter: parent.horizontalCenter
margin.top: 76
2011-04-11 06:08:56 +02:00
button#infoButton:
2011-04-10 23:16:24 +02:00
text: Info
anchors.top: parent.top
anchors.horizontalCenter: parent.horizontalCenter
margin.top: 106
2011-04-11 06:08:56 +02:00
button#exitGameButton:
2011-04-10 23:16:24 +02:00
text: Exit
anchors.top: parent.top
anchors.horizontalCenter: parent.horizontalCenter
margin.top: 136