Files
mongoose-touch/fs/screen_main.json
2017-11-26 22:13:49 +01:00

44 lines
667 B
JSON

{
"name": "Main",
"widgets": [
{
"name": "one",
"x": 16,
"y": 36,
"w": 48,
"h": 48,
"label": "One",
"type": 2,
"screen": "screen_one.json"
},
{
"name": "two",
"x": 256,
"y": 36,
"w": 48,
"h": 48,
"label": "Two",
"type": 2,
"screen": "screen_two.json"
},
{
"name": "logo",
"x": 32,
"y": 110,
"w": 128,
"h": 98,
"type": 1,
"img": "/mongoose-os.png"
},
{
"name": "flowers",
"x": 182,
"y": 110,
"w": 106,
"h": 98,
"type": 1,
"img": "/flowers.png"
}
]
}