Initial stab at WIDGET_LOADSCREEN and navigation

This commit is contained in:
Pim van Pelt
2017-12-02 14:15:22 +01:00
parent 980ac4c7cf
commit ef4451b81f
9 changed files with 100 additions and 53 deletions

View File

@ -1,6 +1,5 @@
{
"name": "Two",
"widgets": [
{
"name": "back",
@ -10,7 +9,7 @@
"h": 48,
"label": "Back",
"type": 2,
"screen": "screen_main.json"
"screen": "/screen_main.json"
},
{
"name": "two",
@ -19,8 +18,7 @@
"w": 48,
"h": 48,
"label": "Two",
"type": 2,
"screen": "screen_two.json"
"type": 0
}
]
}