From a8bcacc95045102e67f2feabbdddf79535837554 Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Thu, 19 Aug 2021 18:46:51 +0200 Subject: forgot to make repo until now --- build/content/entities.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 build/content/entities.json (limited to 'build/content/entities.json') 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 -- cgit v1.2.3-54-g00ecf