From 786dccd2bc0946d48b8a2758ef2c607678bc8dd9 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Fri, 8 Sep 2017 18:39:22 +0200 Subject: Removed Building and GameStructures modules. Restructured SW for Unit and Player, still a lot TODO --- MouseSpr.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'MouseSpr.c') diff --git a/MouseSpr.c b/MouseSpr.c index ac40958..4f5999a 100644 --- a/MouseSpr.c +++ b/MouseSpr.c @@ -1,13 +1,13 @@ const uint8_t PROGMEM MouseSprData[] = { 8,8, //width and height - B11111100, - B10000100, - B10001000, - B10000100, - B10100010, - B11010001, - B00001010, - B00000100, + B11111100, + B10000100, + B10001000, + B10000100, + B10100010, + B11010001, + B00001010, + B00000100, }; -- cgit v1.2.3