tibia-client/data/modules/mainmenu/ui/mainmenu.otml

43 lines
1.1 KiB
Plaintext
Raw Normal View History

2011-07-13 23:12:36 +02:00
%panel#background
2011-05-12 00:16:11 +02:00
skin: mainMenuBackground
anchors.left: parent.left
anchors.right: parent.right
anchors.top: parent.top
anchors.bottom: parent.bottom
2011-05-01 20:47:35 +02:00
2011-07-13 23:12:36 +02:00
%panel#mainMenu
skin: roundedGridPanel
size: [144, 162]
anchors.left: parent.left
anchors.bottom: parent.bottom
margin.left: 60
margin.bottom: 70
2011-05-01 20:47:35 +02:00
2011-07-13 23:12:36 +02:00
%button#enterGameButton
text: Enter Game
anchors.top: parent.top
anchors.horizontalCenter: parent.horizontalCenter
margin.top: 18
onClick: loadUI("entergamewindow", rootUI)
2011-07-13 23:12:36 +02:00
%button#optionsButton
text: Options
anchors.top: prev.bottom
anchors.horizontalCenter: parent.horizontalCenter
margin.top: 10
onClick: loadUI("optionswindow", rootUI)
2011-07-13 23:12:36 +02:00
%button#infoButton
text: Info
anchors.top: prev.bottom
anchors.horizontalCenter: parent.horizontalCenter
margin.top: 10
onClick: loadUI("infowindow", rootUI)
2011-07-13 23:12:36 +02:00
%button#exitGameButton
text: Exit
anchors.top: prev.bottom
anchors.horizontalCenter: parent.horizontalCenter
margin.top: 10
2011-07-17 08:56:57 +02:00
onClick: terminateApplication()