aboutsummaryrefslogtreecommitdiff
path: root/build/content/entities.json
diff options
context:
space:
mode:
authorjacopograndi <jak.sk8@hotmail.it>2021-08-19 18:46:51 +0200
committerjacopograndi <jak.sk8@hotmail.it>2021-08-19 18:46:51 +0200
commita8bcacc95045102e67f2feabbdddf79535837554 (patch)
tree5781dd4cb2fe66b67deab84ff4641b7e21b9c174 /build/content/entities.json
forgot to make repo until now
Diffstat (limited to 'build/content/entities.json')
-rw-r--r--build/content/entities.json11
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