Widget tweaks.

This commit is contained in:
Steve 2017-05-14 17:01:29 +01:00
parent 75b20734e5
commit c38552679b
2 changed files with 20 additions and 42 deletions

View File

@ -5,8 +5,18 @@
"type" : "WT_BUTTON",
"text" : "New Campaign",
"x" : -1,
"y" : 200,
"w" : 300,
"h": 34
},
{
"name" : "easy",
"group" : "campaign",
"type" : "WT_BUTTON",
"text" : "New Easy Campaign",
"x" : -1,
"y" : 300,
"w" : 200,
"w" : 300,
"h": 34
},
{
@ -16,7 +26,7 @@
"text" : "Continue Campaign",
"x" : -1,
"y" : 400,
"w" : 200,
"w" : 300,
"h": 34
},
{
@ -26,39 +36,7 @@
"text" : "Back",
"x" : -1,
"y" : 680,
"w" : 200,
"h": 34
},
{
"name" : "easy",
"group" : "campaignDifficulty",
"type" : "WT_BUTTON",
"text" : "Easy Mode",
"x" : -1,
"y" : 200,
"w" : 200,
"h": 34
},
{
"name" : "normal",
"group" : "campaignDifficulty",
"type" : "WT_BUTTON",
"text" : "Normal",
"x" : -1,
"y" : 400,
"w" : 200,
"h": 34
},
{
"name" : "back",
"group" : "campaignDifficulty",
"type" : "WT_BUTTON",
"text" : "Back",
"x" : -1,
"y" : 680,
"w" : 200,
"w" : 300,
"h": 34
}
]

View File

@ -6,7 +6,7 @@
"text" : "Campaign",
"x" : -1,
"y" : 200,
"w" : 200,
"w" : 300,
"h": 34
},
{
@ -16,7 +16,7 @@
"text" : "Challenges",
"x" : -1,
"y" : 280,
"w" : 200,
"w" : 300,
"h": 34
},
{
@ -26,7 +26,7 @@
"text" : "Trophies",
"x" : -1,
"y" : 360,
"w" : 200,
"w" : 300,
"h": 34
},
{
@ -36,7 +36,7 @@
"text" : "Stats",
"x" : -1,
"y" : 440,
"w" : 200,
"w" : 300,
"h": 34
},
{
@ -46,7 +46,7 @@
"text" : "Options",
"x" : -1,
"y" : 520,
"w" : 200,
"w" : 300,
"h": 34
},
{
@ -56,7 +56,7 @@
"text" : "Credits",
"x" : -1,
"y" : 600,
"w" : 200,
"w" : 300,
"h": 34
},
{
@ -66,7 +66,7 @@
"text" : "Quit",
"x" : -1,
"y" : 680,
"w" : 200,
"w" : 300,
"h": 34
}
]