diff --git a/sticker.json b/sticker.json index 1314b89..e4eb756 100644 --- a/sticker.json +++ b/sticker.json @@ -1,32 +1,53 @@ { - "sticers": [ + "sticers": [ { - "URLname": "sticker1", + "URLname": "sticker1", + "x": 0, + "y": 0, + "width": 200, + "heigth": 200, + "text": { + "data": "Hello", "x": 0, "y": 0, "width": 200, "heigth": 200 + } }, { - "URLname": "sticker2", + "URLname": "sticker2", + "x": 0, + "y": 0, + "width": 200, + "heigth": 200, + "text": { + "data": "Hello", "x": 0, "y": 0, "width": 200, "heigth": 200 + } }, { - "URLname": "sticker3", + "URLname": "sticker3", + "x": 0, + "y": 0, + "width": 200, + "heigth": 200, + "text": { + "data": "Hello", "x": 0, "y": 0, "width": 200, "heigth": 200 + } }, { - "URLname": "sticker4", - "x": 0, - "y": 0, - "width": 200, - "heigth": 200 + "URLname": "sticker4", + "x": 0, + "y": 0, + "width": 200, + "heigth": 200 } - ] + ] }