27 lines
378 B
JSON
27 lines
378 B
JSON
{
|
|
"name": "Two",
|
|
|
|
"widgets": [
|
|
{
|
|
"name": "back",
|
|
"x": 16,
|
|
"y": 36,
|
|
"w": 48,
|
|
"h": 48,
|
|
"label": "Back",
|
|
"type": 2,
|
|
"screen": "screen_main.json"
|
|
},
|
|
{
|
|
"name": "two",
|
|
"x": 256,
|
|
"y": 36,
|
|
"w": 48,
|
|
"h": 48,
|
|
"label": "Two",
|
|
"type": 2,
|
|
"screen": "screen_two.json"
|
|
}
|
|
]
|
|
}
|