Skip to content

Commit

Permalink
Update stickers.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Bort-777 authored Jun 30, 2016
1 parent da6aa33 commit d069fbc
Showing 1 changed file with 31 additions and 10 deletions.
41 changes: 31 additions & 10 deletions sticker.json
Original file line number Diff line number Diff line change
@@ -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
}
]
]
}

0 comments on commit d069fbc

Please sign in to comment.