mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 18:19:20 +02:00
14 lines
245 B
Plaintext
14 lines
245 B
Plaintext
UIWidget
|
|
id: gameRootInterface
|
|
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) |