Files
mongoose-touch/fs/screen_main.json

29 lines
351 B
JSON

{
"name": "Main",
"x": 20,
"y": 0,
"w": 320,
"h": 220,
"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
}
]
}