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/ter_stone.cpp	Thu Oct 19 09:03:25 2017 +0000
@@ -0,0 +1,21 @@
+
+
+/*
+ * BMP image as 4bpp (16 colour index) data
+ */
+
+#include <stdint.h>
+#include "Pokulous.h"
+
+const uint16_t ter_stone_pal[] = {
+22530,12922,10764,9284,13670,20137,65312,41728,33280,65535,46486,38066,29614,0,63488,63519
+};
+
+const uint8_t ter_stone[] = {
+16,9,
+255,255,255,243,59,255,255,255,255,255,244,60,195,191,255,255,
+255,244,60,34,204,195,79,255,244,59,187,205,204,36,67,79,
+51,59,178,44,43,188,67,67,116,51,44,204,45,35,52,71,
+135,131,51,60,35,68,55,120,120,120,131,67,68,55,119,119,
+120,135,136,131,55,119,136,119,
+};