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/werewolf_nw_2.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 werewolf_nw_2_pal[] = {
+22530,12922,10764,9284,13670,20137,65312,41728,33280,65535,46486,38066,29614,0,63488,63519
+};
+
+const uint8_t werewolf_nw_2[] = {
+8,12,
+253,13,253,13,255,208,208,223,
+253,221,221,223,253,237,221,221,
+255,200,221,255,255,135,200,255,
+255,220,221,207,205,221,221,15,
+253,221,221,255,255,253,221,223,
+255,44,240,192,255,125,255,223,
+
+};