tbftss/data/widgets/challenges.json

63 lines
932 B
JSON
Raw Normal View History

2016-02-27 17:16:21 +01:00
[
{
"name" : "resume",
"group" : "challengesMenu",
2016-02-27 17:16:21 +01:00
"type" : "WT_BUTTON",
"text" : "Resume",
2016-02-27 17:16:21 +01:00
"x" : -1,
"y" : 170,
"w" : 200,
2016-02-27 17:16:21 +01:00
"h": 34
2016-02-29 10:54:03 +01:00
},
{
"name" : "stats",
2016-02-29 10:54:03 +01:00
"group" : "challengesMenu",
"type" : "WT_BUTTON",
"text" : "Stats",
2016-02-29 10:54:03 +01:00
"x" : -1,
"y" : 270,
2016-02-29 10:54:03 +01:00
"w" : 200,
"h": 34
},
{
"name" : "trophies",
2016-02-29 10:54:03 +01:00
"group" : "challengesMenu",
"type" : "WT_BUTTON",
"text" : "Trophies",
2016-02-29 10:54:03 +01:00
"x" : -1,
"y" : 370,
2016-02-29 10:54:03 +01:00
"w" : 200,
"h": 34
},
{
"name" : "options",
"group" : "challengesMenu",
"type" : "WT_BUTTON",
"text" : "Options",
"x" : -1,
"y" : 470,
2016-02-29 10:54:03 +01:00
"w" : 200,
"h": 34
},
{
"name" : "quit",
"group" : "challengesMenu",
"type" : "WT_BUTTON",
"text" : "Return to Title",
"x" : -1,
"y" : 570,
2016-02-29 10:54:03 +01:00
"w" : 200,
"h": 34
},
{
"name" : "start",
"group" : "challenges",
"type" : "WT_BUTTON",
"text" : "Start Challenge Mission",
"x" : -1,
"y" : 680,
"w" : 250,
"h": 34
2016-02-27 17:16:21 +01:00
}
]