tbftss/data/widgets/starSystem.json

24 lines
348 B
JSON
Raw Normal View History

2015-11-24 08:15:08 +01:00
[
{
"name" : "startMission",
"group" : "starSystem",
"type" : "WT_BUTTON",
"text" : "Start Mission",
"x" : 350,
"y" : 635,
"w" : 280,
"h": 34
2017-05-26 08:46:29 +02:00
},
{
"name" : "close",
"group" : "starSystem",
2019-01-16 09:30:08 +01:00
"type" : "WT_IMG_BUTTON",
2017-05-26 08:46:29 +02:00
"text" : "X",
2019-01-16 09:30:08 +01:00
"x" : 1040,
"y" : 75,
"w" : 32,
"h": 32,
"texture" : "gfx/widgets/close.png"
2015-11-24 08:15:08 +01:00
}
]