Created
April 25, 2021 18:34
-
-
Save csthompson/ea1daa0f7b37ed8b9283c736a342c829 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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