tibia-client/modules/mainmenu/ui/mainmenu.otui

40 lines
762 B
Plaintext
Raw Normal View History

2011-08-14 04:09:11 +02:00
MenuButton < Button
margin.bottom: 11
margin.left: 20
margin.right: 20
2011-08-14 04:09:11 +02:00
Panel
id: mainMenuBackground
image:
source: /mainmenu/ui/background.png
smooth: true
anchors.fill: parent
focusable: false
2011-08-14 04:09:11 +02:00
RoundedPanel
2011-08-14 04:09:11 +02:00
id: mainMenu
size: 144 162
anchors.left: parent.left
anchors.bottom: parent.bottom
margin.left: 60
margin.bottom: 70
layout: verticalBox
2011-08-14 04:09:11 +02:00
MenuButton
text: Enter Game
margin.top: 18
onClick: EnterGame.create()
2011-08-14 04:09:11 +02:00
MenuButton
text: Options
onClick: UI.loadAndDisplayLocked("/mainmenu/ui/optionswindow.otui")
2011-08-14 04:09:11 +02:00
MenuButton
text: Info
onClick: UI.loadAndDisplayLocked("/mainmenu/ui/infowindow.otui")
2011-08-14 04:09:11 +02:00
MenuButton
text: Exit
onClick: exit()