Advertisement
Guest User

Untitled

a guest
Jan 18th, 2016
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.66 KB | None | 0 0
  1. {      
  2.         width: 800,
  3.         height: 800,
  4.         layers: [
  5.             {
  6.                 type: 'image',
  7.                 image: 'bg.png',
  8.                 width: 800,
  9.                 height: 800,
  10.                 x: 0,
  11.                 y: 0
  12.             },
  13.             {
  14.                 type: 'image',
  15.                 image: 'big_heart.png',
  16.                 width: 647,
  17.                 height: 541,
  18.                 x: 67,
  19.                 y: 186
  20.             },
  21.             {
  22.                 type: 'hole',
  23.                 image: 'user_photo.png',
  24.                 width: 519,
  25.                 height: 423,
  26.                 x: 127,
  27.                 y: 235,
  28.                 mask: 'mask.png',
  29.                 imageX: 0,
  30.                 imageY: 0,
  31.                 imageScale: 1.5,
  32.                 imageAngle: 0
  33.             },
  34.             {
  35.                 type: 'image',
  36.                 image: 'hearts.png',
  37.                 width: 191,
  38.                 height: 39,
  39.                 x: 294,
  40.                 y: 745
  41.             },
  42.             {
  43.                 type: 'image',
  44.                 image: 'ribbon.png',
  45.                 width: 435,
  46.                 height: 99,
  47.                 x: 172,
  48.                 y: 605
  49.             },
  50.             {
  51.                 type: 'image',
  52.                 image: 'birds.png',
  53.                 width: 345,
  54.                 height: 243,
  55.                 x: 222,
  56.                 y: 15
  57.             },
  58.             {
  59.                 type: 'image',
  60.                 image: 'papillon.png',
  61.                 width: 123,
  62.                 height: 108,
  63.                 x: 329,
  64.                 y: 240
  65.             }
  66.         ]
  67.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement