tbftss/data/widgets/title.json

73 lines
1011 B
JSON
Raw 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" : 280,
2016-05-15 09:19:26 +02:00
"w" : 200,
"h": 34
},
{
"name" : "trophies",
"group" : "title",
"type" : "WT_BUTTON",
"text" : "Trophies",
"x" : -1,
"y" : 360,
2016-02-29 10:35:39 +01:00
"w" : 200,
"h": 34
},
{
"name" : "stats",
"group" : "title",
"type" : "WT_BUTTON",
"text" : "Stats",
"x" : -1,
"y" : 440,
2015-10-20 13:51:49 +02:00
"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,
2015-10-20 13:51:49 +02:00
"w" : 200,
"h": 34
},
{
"name" : "quit",
"group" : "title",
"type" : "WT_BUTTON",
"text" : "Quit",
"x" : -1,
"y" : 680,
2015-10-20 13:51:49 +02:00
"w" : 200,
"h": 34
}
]