Widget tweaks.
This commit is contained in:
parent
75b20734e5
commit
c38552679b
|
@ -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
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue