Files
mongoose-touch/unittest/data/TestScreen.json

29 lines
356 B
JSON

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