tbftss/data/widgets/title.json

83 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2015-10-20 13:51:49 +02:00
[
{
2016-02-27 13:14:29 +01:00
"name" : "campaign",
2015-10-20 13:51:49 +02:00
"group" : "title",
"type" : "WT_BUTTON",
2016-02-27 13:14:29 +01:00
"text" : "Campaign",
2015-10-20 13:51:49 +02:00
"x" : -1,
2016-05-15 09:19:26 +02:00
"y" : 200,
2015-10-20 13:51:49 +02:00
"w" : 200,
"h": 34
},
{
2016-02-27 13:14:29 +01:00
"name" : "challenges",
2015-10-20 13:51:49 +02:00
"group" : "title",
"type" : "WT_BUTTON",
2016-02-27 13:14:29 +01:00
"text" : "Challenges",
2015-10-20 13:51:49 +02:00
"x" : -1,
"y" : 265,
2016-05-15 09:19:26 +02:00
"w" : 200,
"h": 34
},
{
"name" : "trophies",
"group" : "title",
"type" : "WT_BUTTON",
"text" : "Trophies",
"x" : -1,
"y" : 330,
2016-02-29 10:35:39 +01:00
"w" : 200,
"h": 34
},
{
"name" : "stats",
"group" : "title",
"type" : "WT_BUTTON",
"text" : "Stats",
"x" : -1,
"y" : 395,
2017-08-07 20:14:43 +02:00
"w" : 200,
"h": 34
},
{
"name" : "fighterDB",
"group" : "title",
"type" : "WT_BUTTON",
"text" : "Fighter Database",
"x" : -1,
"y" : 460,
2015-10-20 13:51:49 +02:00
"w" : 200,
"h": 34
},
{
"name" : "options",
"group" : "title",
"type" : "WT_BUTTON",
"text" : "Options",
"x" : -1,
"y" : 525,
"w" : 200,
"h": 34
},
{
"name" : "credits",
"group" : "title",
"type" : "WT_BUTTON",
"text" : "Credits",
"x" : -1,
"y" : 590,
2015-10-20 13:51:49 +02:00
"w" : 200,
"h": 34
},
{
"name" : "quit",
"group" : "title",
"type" : "WT_BUTTON",
"text" : "Quit",
"x" : -1,
"y" : 655,
2015-10-20 13:51:49 +02:00
"w" : 200,
"h": 34
}
]