otclient/modules/game/ui/gameinterface.otui
2011-08-29 20:20:30 -03:00

13 lines
221 B
Plaintext

UIWidget
anchors.fill: parent
UIMap
id: gameMap
anchors.fill:parent
margin.right: 200
Button
anchors.left: gameMap.right
anchors.top: parent.top
text: Logout
onClick: Game.logout(false)