Initial stab at WIDGET_LOADSCREEN and navigation
This commit is contained in:
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user