Add third button
This commit is contained in:
@ -5,22 +5,31 @@
|
|||||||
"name": "one",
|
"name": "one",
|
||||||
"x": 16,
|
"x": 16,
|
||||||
"y": 36,
|
"y": 36,
|
||||||
"w": 48,
|
"w": 64,
|
||||||
"h": 48,
|
"h": 56,
|
||||||
"label": "One",
|
"label": "One",
|
||||||
"type": 2,
|
"type": 2,
|
||||||
"screen": "screen_one.json"
|
"screen": "screen_one.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "two",
|
"name": "two",
|
||||||
"x": 256,
|
"x": 240,
|
||||||
"y": 36,
|
"y": 36,
|
||||||
"w": 48,
|
"w": 64,
|
||||||
"h": 48,
|
"h": 56,
|
||||||
"label": "Two",
|
"label": "Two",
|
||||||
"type": 2,
|
"type": 2,
|
||||||
"screen": "screen_two.json"
|
"screen": "screen_two.json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "three",
|
||||||
|
"x": 128,
|
||||||
|
"y": 36,
|
||||||
|
"w": 64,
|
||||||
|
"h": 64,
|
||||||
|
"label": "Three",
|
||||||
|
"type": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "logo",
|
"name": "logo",
|
||||||
"x": 32,
|
"x": 32,
|
||||||
|
Reference in New Issue
Block a user