tibia-client/modules/game/ui/gameinterface.otui

14 lines
245 B
Plaintext
Raw Normal View History

2011-08-29 05:04:23 +02:00
UIWidget
2011-08-30 01:40:56 +02:00
id: gameRootInterface
2011-08-29 05:04:23 +02:00
anchors.fill: parent
UIMap
id: gameMap
anchors.fill:parent
margin.right: 200
Button
anchors.left: gameMap.right
anchors.top: parent.top
2011-08-29 05:44:02 +02:00
text: Logout
2011-08-30 01:20:30 +02:00
onClick: Game.logout(false)