summaryrefslogtreecommitdiff
path: root/MouseSpr.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 /MouseSpr.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 'MouseSpr.i')
-rw-r--r--MouseSpr.i13
1 files changed, 13 insertions, 0 deletions
diff --git a/MouseSpr.i b/MouseSpr.i
new file mode 100644
index 0000000..4f5999a
--- /dev/null
+++ b/MouseSpr.i
@@ -0,0 +1,13 @@
+const uint8_t PROGMEM MouseSprData[] =
+{
+ 8,8, //width and height
+ B11111100,
+ B10000100,
+ B10001000,
+ B10000100,
+ B10100010,
+ B11010001,
+ B00001010,
+ B00000100,
+
+};