mirror of
https://github.com/edubart/otclient.git
synced 2025-05-06 12:39:21 +02:00
38 lines
802 B
Plaintext
38 lines
802 B
Plaintext
%panel#mainBackground
|
|
image: { source: background.png; antialised: true }
|
|
anchor.fill: parent
|
|
|
|
%panel#mainMenuPanel.flat
|
|
size: 117 171
|
|
anchors.bottom: parent.bottom
|
|
anchors.left: parent.left
|
|
margin: 70 60
|
|
|
|
button
|
|
anchors.top: prev.bottom
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
|
margin.top: 6
|
|
|
|
%button.first
|
|
anchors.top: parent.top
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
|
margin.top: 16
|
|
text: Enter Game
|
|
onClick: loadUI("entergamewindow")
|
|
|
|
%button.notImplemented
|
|
text: Access Account
|
|
|
|
%button
|
|
text: Options
|
|
onClick: loadUI("optionswindow")
|
|
|
|
%button
|
|
text: Info
|
|
onClick: loadUI("infowindow")
|
|
|
|
%button
|
|
text: Exit
|
|
onClick: terminateApplication()
|
|
|