43 lines
604 B
JSON
43 lines
604 B
JSON
[
|
|
{
|
|
"name" : "new",
|
|
"group" : "campaign",
|
|
"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" : 300,
|
|
"h": 34
|
|
},
|
|
{
|
|
"name" : "continue",
|
|
"group" : "campaign",
|
|
"type" : "WT_BUTTON",
|
|
"text" : "Continue Campaign",
|
|
"x" : -1,
|
|
"y" : 400,
|
|
"w" : 300,
|
|
"h": 34
|
|
},
|
|
{
|
|
"name" : "back",
|
|
"group" : "campaign",
|
|
"type" : "WT_BUTTON",
|
|
"text" : "Back",
|
|
"x" : -1,
|
|
"y" : 680,
|
|
"w" : 300,
|
|
"h": 34
|
|
}
|
|
]
|