26 lines
370 B
JSON
26 lines
370 B
JSON
{
|
|
"name": "One",
|
|
"widgets": [
|
|
{
|
|
"name": "back",
|
|
"x": 16,
|
|
"y": 36,
|
|
"w": 48,
|
|
"h": 48,
|
|
"label": "Back",
|
|
"type": 2,
|
|
"screen": "screen_main.json"
|
|
},
|
|
{
|
|
"name": "one",
|
|
"x": 256,
|
|
"y": 36,
|
|
"w": 48,
|
|
"h": 48,
|
|
"label": "One",
|
|
"type": 1,
|
|
"img": "/flower.jpg"
|
|
}
|
|
]
|
|
}
|