An exciting survival game with random terrain by Jonne

Dependencies:   PokittoLib

Fork of AnimationTest by Pokitto Community Team

Revision:
4:1b2348ec80ad
Child:
8:809b1982b4ae
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/anim_dude.cpp	Thu Oct 19 09:03:25 2017 +0000
@@ -0,0 +1,20 @@
+
+
+/*
+ * BMP image as 4bpp (16 colour index) data
+ */
+
+#include <stdint.h>
+#include "Pokulous.h"
+
+const uint8_t anim_dude[] = {
+8,12,
+255,0,15,255,240,0,0,255,
+0,7,119,15,0,125,125,255,
+255,135,135,255,242,23,120,255,
+248,34,112,127,255,34,34,255,
+255,125,135,255,255,223,215,255,
+255,125,253,255,255,255,255,255,
+
+};
+