Files
mongoose-touch/unittest/data/TestScreen.json
2017-11-26 14:18:43 +01:00

27 lines
314 B
JSON

{
"name": "TestScreen",
"x": 0,
"y": 0,
"w": 320,
"h": 240,
"widgets": [
{
"x": 16,
"y": 16,
"w": 48,
"h": 48,
"label": "One",
"type": 0
},
{
"x": 256,
"y": 16,
"w": 48,
"h": 48,
"label": "Two",
"type": 0
}
]
}