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/dirt_pillar.cpp	Thu Oct 19 09:03:25 2017 +0000
@@ -0,0 +1,29 @@
+
+
+/*
+ * BMP image as 4bpp (16 colour index) data
+ */
+
+#include <stdint.h>
+#include "Pokulous.h"
+
+const uint16_t dirt_pillar_pal[] = {
+22530,12922,10764,9284,13670,20137,65312,41728,33280,65535,46486,38066,29614,0,63488,63519
+};
+
+const uint8_t dirt_pillar[] = {
+16,24,
+255,255,255,247,127,255,255,255,255,255,247,119,136,127,255,255,
+255,247,120,135,120,119,127,255,247,119,120,119,135,115,132,127,
+119,120,140,120,124,119,140,119,131,119,119,120,120,135,119,119,
+136,131,120,135,120,119,135,119,136,136,131,119,140,135,119,119,
+136,136,136,135,119,119,119,135,136,136,136,135,119,119,120,119,
+136,136,136,135,119,119,119,119,136,136,200,135,119,119,119,119,
+136,136,200,135,119,120,119,120,136,136,136,136,119,119,119,119,
+136,140,136,135,119,119,119,120,136,136,136,135,119,135,119,119,
+136,136,136,135,119,119,120,119,136,136,200,135,119,119,199,119,
+136,136,136,135,119,119,120,119,136,136,136,140,199,119,119,199,
+136,136,136,135,119,119,119,119,136,136,136,135,119,120,119,120,
+136,136,136,136,119,119,119,119,136,136,136,135,119,119,119,120,
+
+};