Skip to content

Instantly share code, notes, and snippets.

@hex13
Last active August 29, 2015 14:08
Show Gist options
  • Save hex13/264dbaeeff7b9b2e2224 to your computer and use it in GitHub Desktop.
Save hex13/264dbaeeff7b9b2e2224 to your computer and use it in GitHub Desktop.
{
"images": [
["zolnierz", "/img/bandzior.png"],
["bandzior", "/img/bandzior.png"],
["czolg", "/img/czolg.png"],
["ulica", "/img/ulica.png"]
],
"levels": [
{
"objects": [
{"x" 10, "y":100, "zolnierz"},
{"x" 10, "y":150, "zolnierz"},
{"x" 10, "y":200, "zolnierz"},
{"x" 0, "y":50, "czolg", "vx": 3},
{"x" 0, "y":0, "ulica"},
{"x" 200, "y":200, "bandzior", "vx": 10, "vy": 1}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment