tbftss/data/widgets/galacticMap.json

63 lines
889 B
JSON
Raw Normal View History

2015-10-20 13:51:49 +02:00
[
{
"name" : "resume",
"group" : "galacticMap",
"type" : "WT_BUTTON",
"text" : "Resume",
"x" : -1,
2016-05-15 09:19:26 +02:00
"y" : 170,
2015-10-20 13:51:49 +02:00
"w" : 200,
"h": 34
},
{
"name" : "stats",
"group" : "galacticMap",
"type" : "WT_BUTTON",
"text" : "Stats",
"x" : -1,
2016-05-15 09:19:26 +02:00
"y" : 270,
"w" : 200,
"h": 34
},
{
"name" : "trophies",
"group" : "galacticMap",
"type" : "WT_BUTTON",
"text" : "Trophies",
"x" : -1,
"y" : 370,
2015-10-20 13:51:49 +02:00
"w" : 200,
"h": 34
},
{
"name" : "options",
"group" : "galacticMap",
"type" : "WT_BUTTON",
"text" : "Options",
"x" : -1,
2016-05-15 09:19:26 +02:00
"y" : 470,
2015-10-20 13:51:49 +02:00
"w" : 200,
"h": 34
},
{
"name" : "quit",
"group" : "galacticMap",
"type" : "WT_BUTTON",
"text" : "Return to Title",
"x" : -1,
2016-05-15 09:19:26 +02:00
"y" : 570,
2015-10-20 13:51:49 +02:00
"w" : 200,
"h": 34
},
{
"name" : "ok",
"group" : "fallen",
"type" : "WT_BUTTON",
"text" : "OK",
"x" : -1,
"y" : 400,
"w" : 200,
"h": 34
2015-10-20 13:51:49 +02:00
}
]