Skip to content

Instantly share code, notes, and snippets.

@Quby
Created October 12, 2011 14:02
Show Gist options
  • Select an option

  • Save Quby/1281298 to your computer and use it in GitHub Desktop.

Select an option

Save Quby/1281298 to your computer and use it in GitHub Desktop.
{
"w" : 500,
"h" : 500,
"walls" : [
{
"x" : 0,
"y" : 0,
"w" : 500,
"h" : 20,
"a" : 0
},
{
"x" : 0,
"y" : 480,
"w" : 500,
"h" : 20,
"a" : 0
},
{
"x" : 0,
"y" : 20,
"w" : 20,
"h" : 460,
"a" : 0
},
{
"x" : 480,
"y" : 20,
"w" : 20,
"h" : 460,
"a" : 0
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment