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_wolf_sw.cpp	Thu Oct 19 09:03:25 2017 +0000
@@ -0,0 +1,23 @@
+
+
+/*
+ * BMP image as 4bpp (16 colour index) data
+ */
+
+#include <stdint.h>
+#include "Pokulous.h"
+
+const uint16_t anim_wolf_sw_pal[] = {
+22530,12922,10764,9284,13670,20137,65312,41728,33280,65535,46486,38066,29614,0,63488,63519
+};
+
+const uint8_t anim_wolf_sw[] = {
+10,10,
+242,242,255,47,255,242,34,255,194,255,
+252,188,202,207,255,204,204,204,194,207,
+46,44,34,194,207,255,34,34,44,207,
+255,34,34,252,47,255,47,189,255,255,
+255,207,47,255,255,255,255,47,255,255,
+
+};
+