tbftss/data/widgets/title.json

73 lines
1011 B
JSON

[
{
"name" : "campaign",
"group" : "title",
"type" : "WT_BUTTON",
"text" : "Campaign",
"x" : -1,
"y" : 200,
"w" : 200,
"h": 34
},
{
"name" : "challenges",
"group" : "title",
"type" : "WT_BUTTON",
"text" : "Challenges",
"x" : -1,
"y" : 280,
"w" : 200,
"h": 34
},
{
"name" : "trophies",
"group" : "title",
"type" : "WT_BUTTON",
"text" : "Trophies",
"x" : -1,
"y" : 360,
"w" : 200,
"h": 34
},
{
"name" : "stats",
"group" : "title",
"type" : "WT_BUTTON",
"text" : "Stats",
"x" : -1,
"y" : 440,
"w" : 200,
"h": 34
},
{
"name" : "options",
"group" : "title",
"type" : "WT_BUTTON",
"text" : "Options",
"x" : -1,
"y" : 520,
"w" : 200,
"h": 34
},
{
"name" : "credits",
"group" : "title",
"type" : "WT_BUTTON",
"text" : "Credits",
"x" : -1,
"y" : 600,
"w" : 200,
"h": 34
},
{
"name" : "quit",
"group" : "title",
"type" : "WT_BUTTON",
"text" : "Quit",
"x" : -1,
"y" : 680,
"w" : 200,
"h": 34
}
]