summaryrefslogtreecommitdiff
path: root/PeasantSpr.i
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-11-05 04:16:32 +0100
committerXaviDCR92 <xavi.dcr@gmail.com>2017-11-05 04:16:32 +0100
commit2cf2d608af862e812e7fd3ac580f869141a96fa7 (patch)
tree29a356a46635e4bc14e9e7342eb5a41defcab899 /PeasantSpr.i
parentb764612a79100271270012053bdb1e4302cd93b7 (diff)
downloadpocketempires-2cf2d608af862e812e7fd3ac580f869141a96fa7.tar.gz
+ Added copy of BitmapEncoder
+ New sprite and unit "Town center" * Provisional collision checking. * Many other modifications.
Diffstat (limited to 'PeasantSpr.i')
-rw-r--r--PeasantSpr.i30
1 files changed, 30 insertions, 0 deletions
diff --git a/PeasantSpr.i b/PeasantSpr.i
new file mode 100644
index 0000000..7e78764
--- /dev/null
+++ b/PeasantSpr.i
@@ -0,0 +1,30 @@
+// Default direction: Down
+
+
+const uint8_t PROGMEM Peasant_Walking_SprData[] =
+{
+ 8,8, //width and height
+ 0x60,
+ 0xBC,
+ 0xC2,
+ 0x99,
+ 0xA5,
+ 0x67,
+ 0x1D,
+ 0x02,
+
+};
+
+const uint8_t PROGMEM Peasant_SprData[] =
+{
+ 8,8, //width and height
+ 0x00,
+ 0x3C,
+ 0x42,
+ 0x99,
+ 0xA5,
+ 0x66,
+ 0x18,
+ 0x00,
+
+};