text edit (not finished)

This commit is contained in:
Eduardo Bart
2011-04-11 01:08:56 -03:00
parent bab83308cf
commit da2993d1f9
29 changed files with 302 additions and 203 deletions

View File

@@ -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]

View File

@@ -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