diff options
Diffstat (limited to 'build/content/entities.json')
-rw-r--r-- | build/content/entities.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/build/content/entities.json b/build/content/entities.json new file mode 100644 index 0000000..52b7147 --- /dev/null +++ b/build/content/entities.json @@ -0,0 +1,11 @@ +[ + { + "name": "Militia", + "move" : 7, + "spritebounds": [ 96, 16 ] + },{ + "name": "Light Cavalry", + "move" : 10, + "spritebounds": [ 112, 64 ] + } +]
\ No newline at end of file |