Skip to content

Instantly share code, notes, and snippets.

@Wilto
Created January 26, 2011 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wilto/797256 to your computer and use it in GitHub Desktop.
Save Wilto/797256 to your computer and use it in GitHub Desktop.
{
"images" : {
"image1" : [
{
"src" : "path/to/img1.png",
"width" : "190px",
"layer" : "3",
"rotation": [
{
"degrees" : -90,
"turnsCW" : 3
}
],
"position": [
{
"left" : "50px",
"top" : "50px"
}
],
"flip": [
{
"vertical" : true,
"horizontal" : false
}
]
}
],
"image2" : [
{
"src" : "path/to/img4.png",
"width" : "190px",
"layer" : "3",
"rotation": [
{
"degrees" : -90,
"turnsCW" : 3
}
],
"position": [
{
"left" : "50px",
"top" : "50px"
}
],
"flip": [
{
"vertical" : true,
"horizontal" : false
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment