24 lines
348 B
JSON
24 lines
348 B
JSON
[
|
|
{
|
|
"name" : "startMission",
|
|
"group" : "starSystem",
|
|
"type" : "WT_BUTTON",
|
|
"text" : "Start Mission",
|
|
"x" : 350,
|
|
"y" : 635,
|
|
"w" : 280,
|
|
"h": 34
|
|
},
|
|
{
|
|
"name" : "close",
|
|
"group" : "starSystem",
|
|
"type" : "WT_IMG_BUTTON",
|
|
"text" : "X",
|
|
"x" : 1040,
|
|
"y" : 75,
|
|
"w" : 32,
|
|
"h": 32,
|
|
"texture" : "gfx/widgets/close.png"
|
|
}
|
|
]
|