From 2cf2d608af862e812e7fd3ac580f869141a96fa7 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sun, 5 Nov 2017 04:16:32 +0100 Subject: + Added copy of BitmapEncoder + New sprite and unit "Town center" * Provisional collision checking. * Many other modifications. --- MouseSpr.i | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 MouseSpr.i (limited to 'MouseSpr.i') 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, + +}; -- cgit v1.2.3