An exciting survival game with random terrain by Jonne

Dependencies:   PokittoLib

Fork of AnimationTest by Pokitto Community Team

ter_water2.cpp

Committer:
Pokitto
Date:
2017-10-19
Revision:
4:1b2348ec80ad
Child:
8:809b1982b4ae

File content as of revision 4:1b2348ec80ad:



/*
 * BMP image as 4bpp (16 colour index) data
 */

#include <stdint.h>
#include "Pokulous.h"

const uint16_t ter_water2_pal[] = {
22530,12922,10764,9284,13670,20137,65312,41728,33280,65535,46486,38066,29614,0,63488,63519
};

const uint8_t ter_water2[] = {
16,9,
255,255,255,242,47,255,255,255,255,255,242,29,34,47,255,255,
255,242,33,18,161,34,47,255,241,34,18,17,18,17,34,175,
34,17,18,34,45,161,29,34,242,34,34,34,18,17,161,47,
255,242,29,34,34,34,47,255,255,255,242,34,29,47,255,255,
255,255,255,242,47,255,255,255,
};