Skip to content

Instantly share code, notes, and snippets.

@csthompson
Created April 25, 2021 18:34
Show Gist options
  • Save csthompson/ea1daa0f7b37ed8b9283c736a342c829 to your computer and use it in GitHub Desktop.
Save csthompson/ea1daa0f7b37ed8b9283c736a342c829 to your computer and use it in GitHub Desktop.
[
{
"name": "Warrior",
"sprite": {
"spritesheet": "warrior_sprites.png",
"height": "46px",
"width": "46px",
"x": "-92",
"y": "-92"
},
"weapons": [
"sword",
"axe",
"bow"
],
"attack": "50",
"health": "100"
},
{
"name": "Mage",
"sprite": {
"spritesheet": "mage_sprites.png",
"height": "46px",
"width": "46px",
"x": "0",
"y": "0"
},
"weapons": [
"staff",
"spell"
],
"attack": "50",
"health": "100"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment