tbftss/data/widgets/challenges.json

83 lines
1.3 KiB
JSON
Raw Normal View History

2016-02-27 17:16:21 +01:00
[
{
2016-05-15 09:19:26 +02:00
"name" : "resume",
"group" : "challengesMenu",
2016-02-27 17:16:21 +01:00
"type" : "WT_BUTTON",
2016-05-15 09:19:26 +02:00
"text" : "Resume",
2016-02-27 17:16:21 +01:00
"x" : -1,
2016-05-15 09:19:26 +02:00
"y" : 170,
"w" : 200,
2016-02-27 17:16:21 +01:00
"h": 34
2016-02-29 10:54:03 +01:00
},
{
2016-05-15 09:19:26 +02:00
"name" : "stats",
2016-02-29 10:54:03 +01:00
"group" : "challengesMenu",
"type" : "WT_BUTTON",
2016-05-15 09:19:26 +02:00
"text" : "Stats",
2016-02-29 10:54:03 +01:00
"x" : -1,
2016-05-15 09:19:26 +02:00
"y" : 270,
2016-02-29 10:54:03 +01:00
"w" : 200,
"h": 34
},
{
2016-05-15 09:19:26 +02:00
"name" : "trophies",
2016-02-29 10:54:03 +01:00
"group" : "challengesMenu",
"type" : "WT_BUTTON",
2016-05-15 09:19:26 +02:00
"text" : "Trophies",
2016-02-29 10:54:03 +01:00
"x" : -1,
2016-05-15 09:19:26 +02:00
"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,
2016-05-15 09:19:26 +02:00
"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,
2016-05-15 09:19:26 +02:00
"y" : 570,
2016-02-29 10:54:03 +01:00
"w" : 200,
"h": 34
2016-05-15 09:19:26 +02:00
},
{
"name" : "start",
"group" : "challenges",
"type" : "WT_BUTTON",
"text" : "Start Challenge Mission",
"x" : -1,
"y" : 680,
"w" : 250,
"h": 34
},
{
"name" : "prev",
"group" : "challenges",
"type" : "WT_IMG_BUTTON",
"x" : 540,
"y" : 110,
"w" : 150,
"h": 34,
"texture" : "gfx/widgets/optionsLeft.png"
},
{
"name" : "next",
"group" : "challenges",
"type" : "WT_IMG_BUTTON",
"x" : 720,
"y" : 110,
"w" : 150,
"h": 34,
"texture" : "gfx/widgets/optionsRight.png"
2016-02-27 17:16:21 +01:00
}
]