43 lines
581 B
JSON
43 lines
581 B
JSON
[
|
|
{
|
|
"name" : "campaign",
|
|
"group" : "title",
|
|
"type" : "WT_BUTTON",
|
|
"text" : "Campaign",
|
|
"x" : -1,
|
|
"y" : 250,
|
|
"w" : 200,
|
|
"h": 34
|
|
},
|
|
{
|
|
"name" : "challenges",
|
|
"group" : "title",
|
|
"type" : "WT_BUTTON",
|
|
"text" : "Challenges",
|
|
"x" : -1,
|
|
"y" : 350,
|
|
"w" : 200,
|
|
"h": 34
|
|
},
|
|
{
|
|
"name" : "options",
|
|
"group" : "title",
|
|
"type" : "WT_BUTTON",
|
|
"text" : "Options",
|
|
"x" : -1,
|
|
"y" : 450,
|
|
"w" : 200,
|
|
"h": 34
|
|
},
|
|
{
|
|
"name" : "quit",
|
|
"group" : "title",
|
|
"type" : "WT_BUTTON",
|
|
"text" : "Quit",
|
|
"x" : -1,
|
|
"y" : 550,
|
|
"w" : 200,
|
|
"h": 34
|
|
}
|
|
]
|