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.c | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 MouseSpr.c (limited to 'MouseSpr.c') diff --git a/MouseSpr.c b/MouseSpr.c deleted file mode 100644 index 4f5999a..0000000 --- a/MouseSpr.c +++ /dev/null @@ -1,13 +0,0 @@ -const uint8_t PROGMEM MouseSprData[] = -{ - 8,8, //width and height - B11111100, - B10000100, - B10001000, - B10000100, - B10100010, - B11010001, - B00001010, - B00000100, - -}; -- cgit v1.2.3