mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
text edit (not finished)
This commit is contained in:
@@ -16,6 +16,7 @@ buttons:
|
||||
center: [46,139,84,18]
|
||||
|
||||
down state:
|
||||
translate: [1, 1]
|
||||
bordered image:
|
||||
left border: [45,159,1,18]
|
||||
right border: [130,159,1,18]
|
||||
@@ -74,6 +75,7 @@ windows:
|
||||
text edits:
|
||||
default:
|
||||
default size: [86, 16]
|
||||
text margin: 2
|
||||
bordered image:
|
||||
left border: [308,97,1,1]
|
||||
right border: [319,97,1,10]
|
||||
|
@@ -6,31 +6,31 @@ panel#mainMenu:
|
||||
margin.left: 60
|
||||
margin.bottom: 70
|
||||
|
||||
button#enterGame:
|
||||
button#enterGameButton:
|
||||
text: Enter Game
|
||||
anchors.top: parent.top
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
margin.top: 16
|
||||
|
||||
button#accessAccount:
|
||||
button#accessAccountButton:
|
||||
text: Access Account
|
||||
anchors.top: parent.top
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
margin.top: 46
|
||||
|
||||
button#options:
|
||||
button#optionsButton:
|
||||
text: Options
|
||||
anchors.top: parent.top
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
margin.top: 76
|
||||
|
||||
button#info:
|
||||
button#infoButton:
|
||||
text: Info
|
||||
anchors.top: parent.top
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
margin.top: 106
|
||||
|
||||
button#exitGame:
|
||||
button#exitGameButton:
|
||||
text: Exit
|
||||
anchors.top: parent.top
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
|
Reference in New Issue
Block a user