28 lines
332 B
JSON
28 lines
332 B
JSON
{
|
|
"x": 0,
|
|
"y": 0,
|
|
"w": 320,
|
|
"h": 240,
|
|
|
|
"widgets": [
|
|
{
|
|
"name": "one",
|
|
"x": 16,
|
|
"y": 16,
|
|
"w": 48,
|
|
"h": 48,
|
|
"label": "One",
|
|
"type": 0
|
|
},
|
|
{
|
|
"name": "two",
|
|
"x": 256,
|
|
"y": 16,
|
|
"w": 48,
|
|
"h": 48,
|
|
"label": "Two",
|
|
"type": 0
|
|
}
|
|
]
|
|
}
|