From da6aa3387feec8f41346456b97f966d1f59be7eb Mon Sep 17 00:00:00 2001 From: Andrei Zbranevich Date: Thu, 30 Jun 2016 13:36:18 +0300 Subject: [PATCH] Create sticker.json --- sticker.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 sticker.json diff --git a/sticker.json b/sticker.json new file mode 100644 index 0000000..1314b89 --- /dev/null +++ b/sticker.json @@ -0,0 +1,32 @@ +{ + "sticers": [ + { + "URLname": "sticker1", + "x": 0, + "y": 0, + "width": 200, + "heigth": 200 + }, + { + "URLname": "sticker2", + "x": 0, + "y": 0, + "width": 200, + "heigth": 200 + }, + { + "URLname": "sticker3", + "x": 0, + "y": 0, + "width": 200, + "heigth": 200 + }, + { + "URLname": "sticker4", + "x": 0, + "y": 0, + "width": 200, + "heigth": 200 + } + ] +}