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 +++++++++++ build/content/gf.bmp | Bin 0 -> 28474 bytes build/content/sprites.bmp | Bin 0 -> 199734 bytes build/content/tiles.json | 24 ++++++++++++++++++++++++ 4 files changed, 35 insertions(+) create mode 100644 build/content/entities.json create mode 100644 build/content/gf.bmp create mode 100644 build/content/sprites.bmp create mode 100644 build/content/tiles.json (limited to 'build/content') 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 diff --git a/build/content/gf.bmp b/build/content/gf.bmp new file mode 100644 index 0000000..dbe9758 Binary files /dev/null and b/build/content/gf.bmp differ diff --git a/build/content/sprites.bmp b/build/content/sprites.bmp new file mode 100644 index 0000000..f23ead4 Binary files /dev/null and b/build/content/sprites.bmp differ diff --git a/build/content/tiles.json b/build/content/tiles.json new file mode 100644 index 0000000..bb34075 --- /dev/null +++ b/build/content/tiles.json @@ -0,0 +1,24 @@ +[ + { + "name": "Plains", + "move_cost": 2, + "sight_cost": 2, + "range_bonus": 0, + "defence_bonus": 0.2, + "spritebounds": [ 0, 16 ] + },{ + "name": "Mountain", + "move_cost": 4, + "sight_cost": 4, + "range_bonus": 1, + "defence_bonus": 0.4, + "spritebounds": [ 16, 16 ] + },{ + "name": "Forest", + "move_cost": 3, + "sight_cost": 4, + "range_bonus": -1, + "defence_bonus": 0.2, + "spritebounds": [ 80, 16 ] + } +] \ No newline at end of file -- cgit v1.2.3-54-g00ecf