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_tree.cpp	Thu Oct 19 09:03:25 2017 +0000
@@ -0,0 +1,27 @@
+
+
+/*
+ * BMP image as 4bpp (16 colour index) data
+ */
+
+#include <stdint.h>
+#include "Pokulous.h"
+
+const uint16_t ter_tree_pal[] = {
+22530,12922,10764,9284,13670,20137,65312,41728,33280,65535,46486,38066,29614,0,63488,63519
+};
+
+const uint8_t ter_tree[] = {
+16,20,
+255,255,255,253,255,255,255,255,255,255,255,221,223,255,255,255,
+255,255,255,211,223,255,255,255,255,255,212,51,61,255,255,255,
+255,255,61,61,211,255,255,255,255,253,51,51,61,223,255,255,
+255,253,67,211,51,223,255,255,255,243,221,51,77,61,255,255,
+255,253,51,211,211,212,223,255,253,211,211,211,61,61,63,255,
+255,211,51,61,61,61,255,255,255,253,61,61,221,63,255,255,
+255,255,208,208,208,223,255,255,255,244,48,112,4,67,79,255,
+244,52,68,125,4,68,67,79,52,68,64,208,8,68,68,67,
+116,68,68,77,68,68,68,71,136,131,68,68,68,68,55,120,
+136,120,131,68,68,55,119,119,136,135,136,131,55,119,136,119,
+
+};