anarch/assets.h

908 lines
59 KiB
C

/**
@file assets.h
This file containts assets to be used in the game. Textures are stored by
columns for cache friendliness (as rendering also happens by columns).
by Miloslav Ciz (drummyfish), 2019
Released under CC0 1.0 (https://creativecommons.org/publicdomain/zero/1.0/)
plus a waiver of all other intellectual property. The goal of this work is
be and remain completely in the public domain forever, available for any use
whatsoever.
*/
#ifndef _SFG_RESOURCES_H
#define _SFG_RESOURCES_H
#define SFG_TEXTURE_SIZE 32
/**
Color index which will in textures and sprites be considered transparent.
*/
#define SFG_TRANSPARENT_COLOR 175
/**
Special index of an implicit texture that consists of only transparent pixels.
*/
#define SFG_TRANSPARENT_TEXTURE 255
static inline uint8_t SFG_getTexel(const uint8_t *texture, uint8_t x, uint8_t y)
{
return texture[(x & 0x1f) * SFG_TEXTURE_SIZE + (y & 0x1f)];
}
SFG_PROGRAM_MEMORY uint8_t
SFG_texturesWall[][SFG_TEXTURE_SIZE * SFG_TEXTURE_SIZE] =
{
{ // 0: white wooden planks
4,4,4,21,4,4,4,3,5,4,4,21,5,21,4,4,57,21,20,4,4,21,21,4,20,4,4,3,4,3,5,4,4,4,21,
21,21,4,4,18,5,4,4,21,21,21,4,21,57,21,20,21,4,21,21,4,20,17,6,20,5,3,5,4,4,4,
21,21,21,4,4,26,5,4,4,21,5,4,21,21,49,4,3,21,4,4,21,4,3,18,2,3,0,26,136,81,4,4,
21,5,21,4,4,2,5,21,4,4,21,4,4,21,73,21,3,4,4,4,4,4,74,21,4,4,4,5,4,4,4,4,21,21,
5,4,4,2,5,4,4,21,4,4,4,21,65,5,3,4,4,4,4,4,3,4,4,4,4,5,4,4,4,4,21,21,5,4,4,26,5,
4,21,21,4,21,4,4,65,5,3,4,4,21,4,4,3,21,4,4,4,21,4,4,4,4,4,21,21,4,4,3,5,4,21,5,
4,4,4,4,1,5,3,4,4,4,4,4,3,4,4,4,21,5,4,20,20,4,21,21,5,4,4,20,5,3,4,4,4,3,4,4,1,
5,3,4,4,4,4,4,3,21,4,4,5,5,4,20,4,4,21,21,5,4,4,2,6,5,3,5,5,4,5,6,49,5,3,4,4,21,
4,4,3,21,4,4,21,5,4,4,4,4,4,5,5,4,4,56,0,0,0,0,0,0,0,0,0,22,3,4,4,5,4,4,3,21,4,
4,5,21,4,3,4,4,4,5,21,4,4,3,5,4,4,4,5,4,4,5,2,5,3,4,4,21,4,4,3,21,4,4,5,5,21,3,
4,4,21,5,21,21,4,3,5,4,4,4,5,4,4,4,1,5,3,4,4,5,4,4,4,4,4,4,5,5,4,3,4,20,4,5,21,
4,4,3,21,4,4,4,5,4,5,4,25,5,3,4,4,5,4,4,3,4,4,4,5,21,21,3,4,4,21,5,5,21,4,3,4,4,
21,4,5,4,5,4,73,5,3,4,4,21,4,21,3,5,4,21,5,5,4,3,4,20,21,21,21,4,4,3,4,4,21,4,5,
4,21,4,57,5,3,4,4,21,20,4,3,5,4,21,5,5,4,26,4,3,4,21,21,21,4,3,4,4,21,4,5,4,21,
4,65,6,4,5,4,5,4,5,4,5,3,4,21,5,4,3,4,4,4,4,21,21,4,3,4,4,21,21,5,4,21,4,0,17,0,
16,0,16,0,10,26,4,4,4,21,5,4,3,4,4,4,4,21,4,4,3,4,4,4,5,5,4,21,4,3,4,3,4,3,4,4,
3,4,4,4,4,21,21,4,20,4,4,4,4,21,21,4,3,4,4,4,21,5,4,21,4,3,4,3,4,4,4,4,3,4,21,4,
21,21,5,4,3,4,4,4,4,5,4,4,26,21,4,4,21,5,4,21,4,3,4,4,4,4,21,4,4,4,21,3,5,5,5,4,
3,4,4,4,21,5,21,4,3,21,4,4,21,21,20,5,4,26,4,3,4,4,4,21,4,4,21,3,21,5,5,4,3,20,
4,21,4,5,21,4,3,4,20,4,5,4,20,21,4,3,4,3,21,4,4,21,4,4,4,3,21,5,5,4,3,20,4,4,4,
5,4,4,3,21,4,4,21,4,4,4,4,3,4,3,21,4,4,21,4,20,21,3,4,5,5,4,3,3,21,4,4,21,21,4,
3,21,4,4,5,4,4,4,4,3,4,3,21,4,21,5,4,4,4,3,21,5,5,4,3,20,4,4,4,21,4,21,3,21,4,4,
5,4,21,4,4,26,21,3,21,21,21,21,4,4,4,3,4,5,4,4,3,4,4,4,4,21,4,21,3,21,4,4,21,4,
5,4,4,2,21,20,5,21,21,5,4,20,4,3,4,5,21,21,3,5,5,4,5,4,4,6,82,21,4,4,21,21,5,4,
4,2,21,3,21,21,21,21,4,20,5,20,4,5,4,4,3,0,20,96,20,2,18,20,0,21,4,4,21,21,21,4,
4,2,21,3,21,21,5,21,4,3,5,3,4,21,4,21,3,3,3,3,4,3,3,3,3,21,4,4,21,21,4,4,4,2,5,
3,5,4,21,21,3,20,5,3,4,5,4,4,3,4,4,4,21,4,4,4,3,5,4,4,21,5,21,4,4,65,21,3,21,4,
5,21,4,20,5,20,4,21,4,4,3,4,4,4,21,4,4,4,26,5,4,4,21,21,4,4,21,224,5,20,4,4,21,
21,4,3,5,4,4,21,4,5,3,4,4,4,21,4,4,4,18,5,21,4,5,5,4,4,4,57,21,20,4,4,21,21,20,
3,4,4,4,4,4,5,4
},
{ // 1: skyscraper window
5,4,131,4,44,4,132,4,3,66,3,5,4,4,4,4,4,5,3,132,4,5,4,44,4,4,3,4,5,44,4,4,4,4,
131,4,4,4,4,4,4,66,2,4,4,4,5,5,4,4,3,4,4,4,5,5,4,5,3,4,4,44,4,132,4,4,131,4,4,4,
44,4,4,2,2,5,4,4,4,4,4,4,3,3,4,5,5,4,4,5,3,4,5,4,4,4,5,51,3,4,4,4,4,3,3,1,2,3,4,
3,50,3,137,0,1,50,3,3,44,4,4,3,131,4,5,5,4,4,59,67,2,66,2,3,3,3,3,3,3,3,3,3,3,3,
3,3,3,3,3,3,3,3,3,3,59,2,2,4,4,4,2,8,66,3,6,6,6,6,6,6,6,6,5,5,6,5,6,6,5,6,5,6,6,
5,6,6,4,50,3,3,83,2,5,5,60,3,6,5,5,5,5,4,5,5,4,5,5,5,5,5,5,4,5,5,4,5,5,5,3,138,
4,5,5,5,5,86,4,3,6,5,128,138,59,2,129,2,137,81,138,2,137,128,81,81,6,5,5,4,5,5,
4,217,4,5,5,85,4,3,2,81,5,5,0,48,2,129,59,81,128,81,81,48,81,137,48,128,6,5,5,5,
5,5,3,2,4,4,4,4,66,2,2,81,6,4,48,128,59,59,2,81,81,2,2,129,81,48,81,81,6,5,5,5,
4,5,4,2,81,66,49,2,45,4,3,3,4,4,2,81,81,81,81,129,59,129,59,2,81,0,81,128,6,5,5,
5,5,5,3,2,4,4,4,4,5,5,3,4,4,5,138,128,81,48,137,81,137,2,2,138,81,81,81,81,6,5,
5,6,20,5,4,2,4,4,4,4,4,4,4,3,6,5,81,138,128,128,81,81,81,81,130,128,81,129,81,
81,6,5,5,4,5,5,4,2,4,3,4,4,4,4,3,59,6,4,2,2,81,81,137,128,48,138,3,81,48,81,48,
48,6,5,5,5,5,5,3,2,4,4,3,4,4,4,4,2,5,5,59,139,128,0,81,2,48,81,137,0,48,48,48,
48,6,5,4,5,5,5,4,138,4,4,4,4,4,4,3,66,6,4,68,6,6,6,6,6,6,6,6,6,6,6,68,6,6,5,5,5,
4,5,26,3,4,4,4,44,4,4,4,82,5,5,6,6,76,6,60,6,76,6,61,6,68,6,61,68,6,5,5,5,5,5,3,
3,4,4,4,4,4,4,3,81,6,5,130,59,3,130,2,0,0,138,2,81,0,0,0,0,6,5,4,28,5,5,3,2,4,3,
3,3,2,2,49,2,6,4,3,59,59,59,2,129,2,81,216,0,0,0,0,0,6,5,5,5,5,5,26,2,2,4,3,3,5,
4,2,66,6,5,59,59,4,3,59,129,59,48,0,0,0,0,0,0,6,5,5,5,5,6,4,81,4,4,4,5,4,5,2,
218,6,5,51,3,59,59,4,2,216,48,0,0,0,48,0,0,6,5,5,5,5,5,26,131,4,4,4,4,44,4,5,66,
6,5,59,59,3,59,59,2,129,48,0,48,48,0,0,0,6,5,5,4,5,5,3,3,4,4,4,4,4,4,4,138,5,5,
3,59,59,3,3,81,138,128,0,48,48,48,81,0,6,5,5,4,5,5,4,2,4,4,4,4,4,5,3,131,6,5,59,
3,51,137,137,48,2,138,0,0,0,48,48,0,6,5,4,5,28,4,3,3,4,4,3,4,4,4,51,2,5,5,59,59,
59,130,0,0,81,48,0,0,0,0,0,0,6,5,5,4,5,5,2,3,4,4,4,4,4,5,3,2,6,5,5,5,5,5,5,5,5,
5,5,5,5,5,5,5,4,5,4,5,4,5,2,4,4,4,4,4,3,4,131,56,6,5,5,5,6,5,5,5,5,5,5,6,6,6,5,
5,5,5,5,5,5,6,131,3,4,4,3,3,3,50,2,3,3,3,2,51,3,51,3,3,131,2,3,2,2,3,3,3,4,3,3,
4,3,4,50,4,5,86,5,6,2,3,50,4,4,4,5,4,132,4,2,3,3,3,3,3,3,3,50,1,3,2,3,3,3,3,3,2,
2,2,3,66,44,60,66,4,4,4,4,4,4,139,3,4,4,4,5,4,4,5,3,3,5,4,5,4,45,4,4,131,4,4,5,
4,4,44,2,4,4,4,4,4,4,138,4,4,4,4,4,4,4,5,3,3,4,4,4,5,4,5,4,3,5,45,4,4,4,5,131,4,
5,132,4,4,4,131,3,5,4,4,5,5,4,4,51,4,4,4,4,5,5,5,51,5,5,4,61,4
},
{ // 2: pink high-tech wall
12,12,12,83,12,12,83,83,12,83,83,12,11,11,12,12,11,11,11,83,11,11,11,83,4,4,4,4,
4,4,4,4,12,12,12,12,12,83,12,12,12,11,12,12,11,11,83,12,12,11,12,11,11,11,11,11,
4,4,4,4,4,4,4,4,12,12,12,12,12,12,12,84,12,12,11,83,12,84,12,83,11,83,11,83,12,
11,83,11,5,4,4,4,4,4,4,4,12,12,12,12,12,12,12,11,12,12,83,83,83,83,83,83,83,83,
83,83,83,83,83,84,5,4,5,4,4,4,4,4,12,12,12,12,83,12,83,11,12,84,12,83,4,4,4,4,
20,4,4,4,20,4,4,85,5,3,5,3,5,3,4,4,83,83,83,83,83,83,83,83,83,12,83,83,20,84,20,
84,61,83,83,83,83,83,83,83,5,3,5,3,5,4,4,5,61,61,61,61,61,61,61,61,61,83,12,83,
4,84,20,61,83,83,61,61,61,61,61,61,6,4,5,3,5,3,4,5,12,12,12,12,12,12,12,84,61,
83,12,83,4,20,20,61,83,20,20,20,20,20,4,85,5,3,5,3,5,4,4,5,12,12,12,12,12,12,12,
11,61,83,84,83,4,20,20,61,83,20,20,20,84,20,84,85,6,4,6,3,5,4,5,4,12,12,12,12,
84,12,12,20,61,83,13,83,20,84,20,61,83,20,20,20,20,3,4,85,5,4,5,4,5,4,4,5,12,12,
12,12,83,83,83,83,83,83,83,83,83,83,83,83,83,84,20,84,84,20,20,85,6,4,6,3,5,4,5,
4,12,12,12,61,83,61,61,61,61,61,61,61,61,61,61,83,84,84,20,84,20,84,4,85,6,4,6,
4,6,4,5,5,12,12,12,61,83,12,12,20,20,13,12,83,84,84,84,20,84,20,20,20,20,20,84,
85,5,4,6,4,5,4,5,5,12,13,13,61,83,12,12,12,13,12,84,83,4,20,84,20,20,20,20,84,4,
20,4,85,6,4,6,4,6,5,5,5,12,84,12,61,83,84,84,84,84,84,84,83,20,84,20,20,20,20,
20,84,4,84,84,85,6,4,6,4,5,4,5,5,12,20,12,61,83,12,84,12,84,84,12,83,84,20,20,
20,20,20,20,20,84,20,20,85,6,4,6,4,6,5,5,5,12,13,13,61,83,20,20,84,84,13,84,83,
4,84,84,4,84,20,84,84,4,84,84,85,6,4,7,4,6,5,5,5,12,84,84,61,83,12,84,13,13,13,
85,83,84,84,84,4,4,84,20,84,4,84,20,85,6,4,6,4,5,5,5,6,12,13,13,61,83,13,13,20,
13,84,12,83,20,84,20,84,4,4,20,84,84,84,20,85,7,5,6,5,6,5,5,5,12,13,13,61,83,13,
20,13,13,13,85,83,4,20,4,4,4,4,84,84,4,4,4,85,6,5,5,5,5,5,5,5,12,84,13,61,83,84,
13,20,13,13,85,83,20,4,4,4,4,4,84,84,84,4,20,85,6,5,6,5,5,5,5,6,12,13,13,61,83,
83,83,83,83,83,83,83,83,83,83,83,84,4,4,84,84,84,84,85,6,5,5,6,6,5,5,6,12,85,85,
13,61,61,61,61,61,61,61,61,61,61,61,61,83,4,4,4,20,84,84,85,6,6,5,5,5,6,5,6,12,
13,85,85,13,85,85,85,61,83,85,83,4,4,4,61,83,4,4,4,84,84,3,85,6,5,5,6,5,5,5,5,
12,20,85,13,13,85,85,13,61,83,85,83,3,4,4,61,83,4,4,4,4,4,20,85,6,6,6,5,5,6,5,6,
12,20,13,13,13,13,13,85,61,83,12,83,84,4,4,61,83,4,4,84,20,3,84,85,5,7,5,6,5,6,
5,6,83,83,83,83,83,83,83,83,61,83,85,83,20,84,4,61,61,83,83,83,83,83,83,83,5,6,
5,6,5,7,5,6,61,61,61,61,61,61,61,61,61,13,13,83,84,3,3,20,61,61,61,61,61,61,61,
61,5,7,5,6,5,5,5,7,12,85,85,85,13,85,85,85,85,13,85,83,3,84,20,84,3,84,3,20,84,
3,3,85,5,6,5,7,5,6,5,6,12,12,13,13,13,85,14,85,15,85,85,84,85,85,85,85,85,85,85,
85,85,85,85,85,5,7,5,5,5,7,5,7,12,20,85,13,13,85,85,12,85,85,13,85,85,14,85,13,
85,84,14,84,84,84,85,12,5,7,5,7,5,6,5,6,12,12,85,20,13,13,13,85,13,85,85,13,13,
84,13,13,13,13,13,13,13,13,84,85,5,6,5,6,5,6,6,6
},
{ // 3: partly mossy concrete wall
4,5,4,4,4,4,37,4,5,4,4,4,4,4,4,3,4,37,5,37,4,3,20,4,4,20,3,19,3,36,19,3,4,4,5,4,
76,4,5,4,4,4,3,4,36,4,3,11,12,36,36,4,20,3,36,37,36,4,3,4,12,3,4,130,4,5,4,4,4,
4,4,4,4,4,4,4,4,4,19,11,4,36,36,4,36,3,36,4,36,36,3,36,4,3,3,3,4,4,5,4,3,4,36,4,
4,4,3,4,4,4,4,11,4,4,4,4,4,3,20,36,4,4,3,12,3,36,3,3,4,5,4,4,4,37,36,4,4,4,3,4,
4,4,3,11,12,36,20,3,12,3,37,37,20,36,3,4,4,4,3,3,4,5,4,4,3,5,4,4,4,4,4,4,4,4,4,
76,4,20,4,4,4,4,20,36,36,4,3,36,19,3,3,3,4,4,4,4,4,36,37,4,37,4,4,4,4,4,4,3,4,
36,37,4,3,36,4,36,37,36,3,4,4,19,4,3,4,5,4,4,35,5,4,4,4,4,3,4,4,4,4,3,19,20,4,
36,4,3,36,4,36,36,3,4,3,3,3,3,3,36,4,4,3,4,36,4,4,4,3,4,4,4,3,11,4,37,20,4,12,3,
36,36,4,36,36,3,4,3,4,130,4,5,4,4,4,4,5,5,4,4,4,4,4,4,4,11,37,37,4,36,4,3,20,36,
37,20,4,36,12,4,3,3,4,4,5,20,4,37,4,20,5,4,76,4,4,4,4,11,4,20,4,20,4,36,36,20,
37,36,3,4,3,3,4,3,5,5,4,4,4,5,5,4,4,4,4,4,4,12,4,3,4,36,5,4,36,3,4,36,36,36,12,
12,36,3,12,3,4,20,5,4,76,4,20,5,4,4,4,4,4,4,4,12,4,37,37,20,4,3,36,36,20,36,12,
4,4,4,3,2,4,5,5,4,76,5,5,4,4,77,4,4,4,4,4,11,20,20,5,4,20,4,4,37,4,36,36,3,4,4,
4,2,4,5,4,5,76,4,4,4,4,4,76,4,4,4,4,76,4,37,37,4,36,3,36,4,36,36,12,4,4,3,3,130,
4,4,5,4,4,5,4,4,4,3,76,4,4,4,4,3,36,36,4,4,4,3,4,36,36,36,3,130,4,4,3,130,4,5,4,
4,76,4,5,4,4,4,4,4,4,76,4,11,4,4,36,4,4,36,4,36,36,4,35,4,3,11,4,3,4,5,5,4,76,5,
4,20,5,4,4,4,4,4,4,76,4,20,5,20,4,36,4,4,36,36,4,4,3,4,3,3,5,5,13,5,76,4,5,5,4,
4,76,4,4,4,4,76,36,5,36,4,4,3,37,36,20,36,19,4,4,4,4,11,4,4,5,77,4,5,5,20,4,4,4,
4,77,5,4,11,4,37,5,4,20,3,20,4,36,4,3,12,4,3,4,3,4,5,5,4,76,20,5,5,4,76,4,4,4,
13,4,11,20,20,36,5,4,3,4,4,4,36,3,4,12,4,4,3,5,20,5,5,4,5,4,4,4,4,4,4,4,4,4,11,
4,4,4,4,4,4,36,4,4,4,3,12,4,12,3,3,4,5,5,77,4,20,5,4,5,77,4,4,4,4,4,11,4,37,20,
4,20,4,5,36,4,4,11,12,4,4,4,3,4,5,20,4,76,5,5,13,4,76,4,4,5,4,4,11,36,4,36,4,4,
3,37,37,4,4,3,3,4,4,36,3,4,5,5,4,4,36,4,5,4,4,4,20,4,4,4,11,4,37,20,4,4,4,4,4,4,
20,4,4,12,4,4,3,4,20,5,5,76,5,4,5,4,76,76,5,5,4,4,11,37,37,5,20,36,4,20,36,4,37,
4,3,4,4,4,130,4,5,5,4,76,5,13,4,77,4,4,20,36,20,4,11,4,20,4,4,4,3,4,20,4,4,4,4,
12,4,12,3,4,5,13,5,4,5,4,4,4,4,4,4,4,5,4,3,4,37,37,37,20,4,35,36,4,20,36,4,4,4,
4,3,4,5,5,4,4,4,5,77,4,4,3,37,4,20,4,11,20,4,20,20,5,35,4,20,36,4,4,4,3,12,3,
130,4,5,5,4,76,4,4,4,4,4,3,4,4,4,4,3,4,37,37,4,4,4,37,37,4,36,3,4,4,4,4,3,4,5,
13,5,4,4,4,4,4,4,3,4,36,4,3,3,37,20,37,37,4,4,36,4,20,4,19,4,3,19,3,3,4,4,5,4,
76,4,4,4,4,4,4,4,20,4,4,35,4,36,20,20,4,4,4,37,36,4,3,4,4,4,3,3
},
{ // 4: wooden chess pattern
43,19,43,11,43,10,43,43,43,83,65,83,83,43,83,83,2,11,11,11,11,1,11,11,11,11,73,
11,11,11,11,2,20,20,20,20,20,20,21,20,21,20,11,21,20,20,20,11,11,12,12,11,11,73,
12,12,12,12,2,11,12,12,12,11,20,20,20,20,20,43,21,20,20,21,19,20,20,21,21,11,11,
12,11,11,11,1,11,12,11,12,73,12,12,12,12,11,19,20,20,20,20,19,21,20,20,21,19,21,
20,21,21,11,11,12,11,11,12,73,11,12,12,11,1,12,12,12,12,11,43,20,20,21,20,43,21,
20,20,21,19,21,20,21,21,19,11,12,11,12,12,73,12,11,12,12,73,11,12,12,12,11,43,
20,20,20,20,43,21,20,20,21,19,21,20,20,21,19,11,12,11,11,12,2,11,11,11,12,73,11,
11,12,12,11,43,20,20,20,20,11,21,20,21,21,81,21,20,21,21,19,2,12,11,11,12,2,11,
11,11,12,2,12,11,12,12,11,43,20,20,21,20,11,21,20,20,20,81,21,20,20,21,19,11,12,
11,11,12,2,11,11,12,12,2,11,11,12,12,11,20,20,20,20,20,11,20,21,20,20,2,21,20,
20,21,43,82,12,11,11,12,2,11,11,12,12,1,11,11,12,12,11,20,20,20,20,20,11,21,21,
20,20,34,21,20,20,20,43,11,12,11,11,11,2,11,11,12,12,73,11,12,11,12,11,43,20,20,
20,20,19,20,21,20,20,19,21,20,20,21,43,11,12,11,11,12,2,12,11,11,12,73,12,12,12,
12,11,20,20,20,21,20,11,21,20,20,21,19,21,20,20,20,19,2,12,11,12,12,2,12,11,11,
12,2,12,12,12,12,11,20,20,20,20,20,11,20,20,20,20,19,20,20,20,20,19,11,11,11,11,
12,2,12,12,11,12,1,12,12,12,12,11,20,20,20,20,20,43,20,20,20,20,19,21,20,20,20,
12,11,12,11,11,11,2,12,12,11,12,1,11,12,12,12,11,20,21,20,21,21,43,21,20,20,20,
11,21,20,20,20,19,2,12,12,12,12,2,12,12,12,12,2,11,12,12,12,11,43,20,43,43,43,
19,20,43,43,43,42,20,43,43,43,43,2,2,2,2,2,1,2,11,2,2,1,2,2,2,11,2,2,11,11,11,
12,2,11,11,11,11,2,11,11,11,11,2,19,20,20,20,20,43,20,43,43,20,43,20,43,43,43,
11,2,12,11,11,12,2,11,12,11,11,2,12,12,11,12,11,20,21,20,21,21,43,21,20,20,21,
43,21,20,20,20,43,2,12,11,11,12,2,12,11,11,11,2,12,12,11,11,11,21,21,21,21,21,
19,21,21,20,21,43,20,20,43,20,43,2,11,11,11,12,2,12,11,11,11,2,12,12,11,12,11,
21,21,21,21,21,43,21,21,20,21,43,20,20,43,20,43,2,11,11,11,12,2,12,12,11,12,2,
12,12,12,12,11,20,20,21,21,21,19,21,21,20,21,43,20,20,43,20,43,2,12,11,11,12,2,
12,12,12,12,2,12,12,12,11,11,21,21,21,21,21,43,21,21,20,21,43,20,20,20,20,20,2,
12,11,11,12,2,12,12,12,12,2,12,12,12,12,11,20,20,21,21,21,19,21,20,21,21,43,20,
20,20,20,20,2,11,11,11,12,2,12,12,12,11,2,12,12,12,12,11,20,21,21,21,21,19,21,
20,21,21,43,20,20,43,20,43,2,12,11,11,12,2,12,12,11,12,2,12,12,12,12,11,20,21,
21,21,21,19,21,21,21,21,11,20,20,20,20,43,2,12,11,11,12,2,12,12,11,12,2,12,12,
12,12,11,20,21,21,21,21,19,21,21,21,21,43,20,20,12,20,43,2,12,11,11,12,2,12,12,
11,12,2,12,11,11,11,11,20,21,21,21,21,10,21,20,21,21,43,20,20,43,43,43,2,12,11,
11,12,2,12,12,12,12,2,11,11,11,11,2,20,21,21,21,21,2,21,20,20,21,43,21,20,12,20,
43,2,12,11,11,12,2,12,12,12,12,2,2,12,12,12,2,20,21,21,21,21,19,21,20,21,20,11,
21,21,20,20,43,2,12,11,12,12,2,11,11,12,12,2,11,12,12,12,11,20,21,20,20,21,2,21,
21,21,21,11,21,21,20,20,43,2,12,11,12,12,2,12,12,12,12,2,12,12,11,12,11,20,21,
21,21,21,19,21,21,20,20,11,21,21,20,20,43,11,20,43,20,19,81,20,20,43,20,19,43,
20,19,20,11,43,43,43,43,43,9,43,19,43,19,81,20,20,43,43,11
},
{ // 5: red brick wall
6,5,5,5,5,4,6,101,21,13,13,11,6,5,13,21,21,4,6,5,93,13,13,13,13,5,5,93,13,101,
93,4,6,101,13,13,101,11,6,101,101,101,101,11,6,13,93,13,13,93,5,5,93,13,13,13,
93,5,5,93,13,13,93,4,6,13,21,21,21,11,6,101,101,101,13,11,6,5,13,13,13,93,5,5,
101,21,21,21,101,5,5,93,4,13,93,4,6,13,13,21,21,93,6,4,21,21,13,11,6,5,13,21,13,
93,5,6,101,21,21,21,101,5,5,93,101,101,93,4,6,4,13,4,13,93,6,13,21,21,13,11,6,5,
13,21,13,93,5,6,93,13,21,21,101,5,5,93,101,101,93,101,6,4,13,13,13,93,6,4,13,21,
21,93,6,5,101,21,13,101,5,5,93,21,21,21,101,5,5,93,4,101,93,4,6,4,13,13,13,93,6,
4,101,21,13,93,5,5,101,21,13,13,5,5,93,21,21,21,101,5,5,93,4,101,93,93,6,4,13,
13,13,93,6,4,93,101,93,93,5,5,101,4,101,13,5,6,93,101,101,101,93,5,6,93,4,101,
93,93,6,13,101,101,13,93,6,6,5,5,5,5,6,5,101,4,101,21,5,6,5,6,6,6,6,6,6,93,13,
13,101,11,6,5,13,13,13,93,6,6,6,6,5,6,6,5,101,21,13,13,5,6,5,5,5,5,5,5,6,93,13,
13,101,93,6,21,13,21,21,11,6,6,93,13,93,106,5,5,101,21,21,13,4,6,100,13,13,13,
100,100,6,93,13,13,93,93,6,21,13,13,13,93,6,6,11,101,13,93,5,6,13,21,21,13,4,6,
100,5,13,13,5,5,6,93,13,13,101,101,6,5,13,13,13,93,6,6,11,101,4,93,5,5,101,5,21,
13,4,6,100,13,13,13,13,5,6,93,13,13,101,4,6,21,13,13,13,11,6,5,19,101,93,93,5,5,
93,21,21,101,4,6,100,5,13,13,13,5,6,93,101,101,101,4,6,21,13,13,13,93,6,5,93,
101,4,19,5,5,93,13,21,101,4,6,100,13,13,13,13,5,5,93,101,101,101,4,6,21,13,13,
13,93,6,5,11,101,93,93,5,5,93,13,21,101,5,6,100,13,13,13,13,5,5,93,13,101,101,4,
6,21,13,13,13,93,6,5,19,4,101,93,5,5,93,13,21,101,5,6,100,13,13,13,13,5,5,93,13,
101,101,4,6,21,13,21,13,93,6,5,93,101,13,19,5,5,101,13,21,101,5,6,100,13,13,13,
13,5,6,93,101,101,101,4,6,21,13,13,21,93,6,6,93,101,4,93,6,5,101,21,13,101,5,6,
100,13,13,13,100,5,6,11,13,101,101,93,6,5,93,13,13,11,6,5,93,101,13,93,6,5,93,
101,93,93,5,6,100,13,13,13,13,5,6,93,13,13,5,4,6,5,13,13,13,93,6,5,13,13,21,93,
5,5,6,6,6,6,5,6,100,13,13,13,13,5,6,6,6,6,7,5,6,6,6,7,7,6,6,5,13,13,13,93,5,5,5,
5,5,5,5,6,100,5,5,5,13,5,6,93,4,21,5,4,6,4,101,13,21,5,6,5,93,101,13,93,6,13,13,
13,13,93,4,6,100,13,5,5,5,5,6,93,21,21,13,4,6,13,101,13,13,93,6,5,93,101,4,19,6,
21,13,21,21,101,4,6,100,13,13,13,5,5,6,93,21,21,13,4,6,5,13,21,21,93,6,5,93,101,
93,11,6,21,21,21,21,101,5,6,5,13,13,13,5,5,6,101,21,21,13,4,6,5,13,21,21,93,5,5,
93,101,101,93,6,21,21,21,21,101,4,6,100,13,13,13,5,5,6,101,21,21,13,4,6,5,13,5,
21,93,5,5,93,101,4,93,6,21,21,21,21,13,4,6,100,5,5,5,5,5,5,101,13,21,13,4,6,21,
13,21,21,93,5,5,93,21,13,93,6,21,21,21,21,13,4,6,100,13,13,13,5,5,5,13,21,21,13,
4,6,21,13,21,21,101,5,5,93,101,4,93,6,5,21,5,5,21,4,5,100,13,13,13,5,5,6,101,21,
21,13,4,6,21,13,21,13,93,5,5,178,93,13,93,6,5,13,21,21,21,4,6,13,5,13,13,13,5,6,
93,13,21,13,4,6,21,13,21,21,93,5,6,6,6,6,6,6,5,13,21,21,13,3,5,6,6,7,7,7,6,6,93,
21,21,21,4,6,5,13,21,21,93,6,6,21,5,5,5,6,5,13,21,21,13,4,6,93,4,4,4,5,5,6,93,
13,13,13,4
},
{ // 6: grass-covered concrete wall, tiles with skyscraper window
36,35,123,35,35,35,131,36,35,42,35,4,36,36,36,3,3,4,35,131,3,4,36,43,36,36,35,
36,4,43,44,28,35,36,131,36,36,3,36,3,36,42,34,36,36,36,4,4,36,36,35,36,3,3,4,4,
36,4,50,36,43,36,36,37,36,107,43,36,37,37,36,36,36,34,34,4,3,36,36,36,3,3,50,50,
43,4,36,110,36,36,36,37,36,36,36,36,37,36,36,37,36,37,36,36,35,115,34,35,36,35,
42,36,107,209,114,42,35,34,36,37,110,36,43,131,36,37,36,36,42,42,107,36,36,36,
43,34,34,35,35,35,35,35,50,36,36,36,35,35,50,36,36,36,36,36,37,36,36,36,36,43,
37,37,37,36,37,37,109,36,36,5,5,5,37,4,36,36,36,43,43,5,4,36,43,36,37,133,37,36,
36,36,43,106,37,37,36,37,36,36,37,36,36,35,36,37,36,36,36,43,36,36,36,35,4,36,
36,36,36,36,43,36,43,36,36,36,36,37,37,36,37,37,36,36,36,37,36,35,36,43,107,36,
43,36,43,3,4,36,36,36,36,43,36,36,36,43,43,36,37,37,37,36,36,37,36,37,36,36,36,
36,43,43,131,36,43,36,36,36,36,37,37,36,37,36,43,36,36,36,43,36,36,37,36,36,36,
36,36,36,37,36,36,131,36,36,36,43,36,43,36,43,36,43,36,36,43,36,36,43,43,36,36,
36,43,43,36,37,37,35,35,36,36,3,107,36,36,36,36,43,36,36,43,36,36,36,37,37,36,
37,36,43,36,36,37,36,36,37,37,43,37,36,4,37,37,36,36,36,43,36,36,36,36,37,36,43,
36,43,36,4,36,36,36,132,43,36,36,43,36,37,43,34,37,43,36,4,36,37,43,36,36,36,
110,36,36,36,36,36,36,36,36,37,37,36,36,36,36,43,36,36,36,36,37,43,37,35,35,36,
36,36,37,36,36,110,36,36,36,37,36,36,43,36,37,43,37,36,36,36,36,36,36,36,37,36,
36,37,36,36,28,36,37,36,4,37,37,36,36,36,36,36,43,37,36,37,37,36,36,36,35,107,
36,36,43,107,36,36,36,107,4,36,36,36,131,37,36,36,36,36,36,36,36,36,36,37,36,36,
36,36,36,36,36,50,35,26,35,43,36,43,36,43,36,131,36,43,43,36,36,36,37,43,36,36,
37,37,36,36,36,37,37,37,107,36,36,36,36,3,3,36,43,36,36,36,36,36,36,36,36,36,37,
43,4,3,3,36,36,36,36,37,37,36,35,36,36,37,36,36,43,36,50,50,106,41,43,36,36,43,
36,43,43,36,37,37,36,4,4,36,107,36,43,36,36,36,37,37,36,36,114,36,36,36,131,35,
4,36,36,36,36,36,36,36,36,37,36,36,36,4,36,131,36,36,36,36,37,36,37,36,36,37,37,
43,107,36,36,36,36,43,36,43,36,36,43,43,43,36,36,43,36,36,36,36,36,3,36,36,36,
36,107,36,36,43,36,36,43,36,36,36,36,43,36,36,36,43,36,36,37,37,36,36,36,36,36,
36,3,3,43,43,43,36,36,36,36,36,36,36,36,36,36,36,36,43,36,36,36,37,37,36,35,36,
36,36,43,37,36,43,4,4,36,36,36,43,36,43,36,36,37,36,36,36,43,36,43,36,43,36,43,
107,36,37,43,36,36,36,36,36,43,43,36,107,36,36,36,36,35,36,36,35,36,36,36,131,
36,36,36,36,36,36,37,43,37,36,36,36,36,36,107,43,36,36,43,36,36,36,36,36,36,36,
43,37,43,36,36,36,43,36,36,36,37,37,37,37,36,36,36,36,36,36,43,37,43,36,36,36,
36,36,36,4,35,37,37,43,36,36,36,43,37,36,36,43,36,37,4,43,36,36,107,43,36,43,36,
36,36,36,36,36,43,43,36,36,37,37,36,37,36,36,36,36,36,36,37,37,36,36,37,37,43,
37,36,43,36,36,36,98,34,41,106,34,34,36,43,34,36,36,37,36,36,107,37,83,36,36,37,
36,37,36,36,36,37,36,43,36,43,36,42,34,35,35,35,26,35,114,42,106,50,34,34,37,36,
36,36,36,36,43,36,36,36,37,37,37,35,36,37,36,37,36,35,36,4,3,36,4,35,35,4,36,4,
36,44,36,37,36,36,131,107,36,37,21,37,36,37,36,37,36,35,122,35,50,50,3,36,36,36,
4,35,35,36,36,36,37,36,4,36,34,3,36,36,43,36,36,37,37,36,37,35,35,36,131,35,4,
36,36,4,4,36,36,43,36,36,36,36,4,4,4,43,4,37,36,43,36
},
{ // 7: steel door
4,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,
80,80,80,80,80,80,6,6,6,5,6,6,6,5,6,6,6,5,6,6,6,5,6,6,5,6,6,6,5,6,6,6,5,6,6,6,
80,80,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,80,80,4,4,4,3,
4,4,4,3,4,4,4,3,4,4,4,3,4,4,3,4,4,4,3,4,4,4,3,4,4,4,80,80,81,2,74,2,2,74,74,2,
74,74,2,74,2,74,2,2,2,2,2,2,2,74,2,2,74,2,74,2,74,2,80,80,80,17,17,17,17,17,17,
17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,80,80,17,
58,58,58,58,58,58,58,59,58,59,59,59,59,67,3,3,3,3,3,68,3,67,3,3,68,3,3,3,3,58,
80,17,58,58,3,3,3,3,3,3,4,3,3,3,3,3,3,3,3,4,3,3,3,4,4,3,4,3,4,3,3,3,80,17,58,3,
3,58,58,68,58,58,68,4,68,59,68,4,69,4,69,4,5,4,4,4,4,4,4,69,4,5,4,69,80,17,50,3,
58,58,68,58,59,68,59,4,69,60,59,60,60,4,4,4,5,4,4,4,4,69,4,4,4,5,4,4,80,17,50,3,
50,59,58,58,68,58,59,5,69,60,68,60,4,4,4,4,5,4,4,4,4,4,4,69,4,70,4,4,80,17,50,3,
50,50,50,50,68,59,59,70,60,60,59,4,69,4,4,4,5,4,4,4,69,4,4,4,4,5,4,4,80,17,50,3,
3,59,50,68,58,59,69,4,4,59,4,4,4,4,70,4,70,4,4,4,69,4,69,4,4,5,4,4,80,17,50,3,
50,50,50,50,59,69,60,4,4,4,4,69,60,4,4,4,5,4,4,4,4,4,4,4,4,5,4,5,80,17,50,3,50,
59,3,50,50,59,4,5,4,69,59,4,60,4,4,60,5,69,4,4,4,4,4,69,4,5,4,4,80,17,50,3,50,
50,50,3,59,69,4,4,60,60,59,69,4,4,4,69,5,4,4,4,4,69,4,4,4,5,4,5,80,17,50,3,59,
50,68,68,59,69,4,5,60,69,59,4,4,69,4,4,70,4,4,4,4,4,4,4,4,5,4,4,80,17,50,3,50,
50,50,68,59,60,60,4,69,60,59,4,4,4,4,70,5,4,4,4,4,4,69,4,69,5,4,5,80,17,50,3,50,
59,50,50,59,59,69,5,60,60,68,4,4,4,69,4,5,4,69,4,4,4,4,4,4,5,4,4,80,17,50,3,3,
50,59,68,58,60,59,5,69,60,59,60,4,4,4,4,5,69,4,4,4,69,4,4,4,5,4,5,80,17,50,3,50,
50,68,68,59,4,69,70,59,60,68,60,70,4,4,4,5,4,4,4,4,4,4,4,4,5,4,4,80,17,50,3,58,
67,59,59,3,4,4,5,60,60,59,60,60,4,4,4,5,69,4,4,4,69,4,69,4,70,4,4,80,17,58,3,58,
58,58,68,58,4,69,5,69,60,68,60,69,4,4,60,5,4,4,4,69,4,4,4,4,5,4,4,80,17,58,3,3,
58,68,58,59,68,4,70,60,60,59,4,4,4,60,60,5,60,69,4,4,4,69,4,69,5,4,4,80,17,58,
58,3,3,3,3,3,3,4,3,4,3,4,4,4,4,3,4,3,3,3,3,3,3,3,3,4,3,3,3,80,17,58,58,58,58,58,
58,58,59,3,3,59,59,59,59,59,59,3,59,68,3,3,67,3,3,67,3,3,3,3,3,80,80,17,17,17,
17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,
80,80,2,2,74,74,74,2,2,74,2,74,2,74,2,2,2,74,74,2,2,2,2,74,74,2,74,2,74,2,74,2,
80,80,6,6,6,5,6,6,6,5,6,6,6,5,6,6,6,5,6,6,6,5,6,6,5,6,6,6,5,6,6,6,80,80,4,4,4,4,
4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,80,80,4,4,4,3,4,4,4,3,4,4,4,
3,4,4,4,3,4,4,4,3,4,4,3,4,4,4,3,4,4,4,80,4,80,80,80,80,80,80,80,80,80,80,80,80,
80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80
},
{ // 8: white skull on blue
5,5,5,5,5,5,5,5,5,5,5,4,13,59,60,62,60,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,5,6,6,
5,6,5,5,6,5,4,4,59,59,59,59,4,5,5,6,5,6,5,5,6,5,6,6,5,5,5,5,6,6,6,6,6,6,6,6,6,5,
4,4,60,218,59,62,4,5,6,5,6,6,6,6,6,6,6,6,6,5,5,6,6,6,6,6,6,6,6,6,6,5,4,4,62,59,
59,62,4,5,5,6,6,6,6,6,6,6,6,6,6,6,5,5,6,6,6,6,6,6,6,6,6,5,4,4,59,139,59,59,4,5,
5,5,6,6,6,6,6,6,6,6,6,6,5,6,6,6,6,6,6,6,6,6,6,5,4,4,59,59,59,60,4,5,5,5,6,6,6,6,
6,6,6,6,6,5,5,5,6,6,6,6,6,6,6,6,5,12,4,4,62,60,59,62,60,4,3,5,5,6,6,6,6,6,6,6,6,
6,5,6,6,6,6,6,6,5,5,4,85,4,4,62,62,62,59,62,62,60,59,4,5,5,6,6,6,6,6,6,6,5,5,6,
6,6,6,6,5,5,4,4,4,59,59,4,4,4,4,60,60,60,139,218,4,3,5,5,6,6,6,6,6,5,5,5,6,6,6,
5,5,85,4,59,59,3,4,4,4,4,4,4,218,74,218,59,60,60,4,3,5,6,6,6,5,5,5,5,5,5,5,4,85,
4,60,218,4,4,5,5,5,5,5,4,4,59,59,59,59,60,60,218,4,4,5,5,5,5,5,3,4,4,4,4,60,60,
60,4,5,5,5,5,5,5,14,14,13,4,4,59,60,60,60,59,59,60,4,4,4,4,4,60,60,62,60,59,62,
62,62,4,5,6,6,6,6,14,13,13,14,4,4,4,62,62,62,60,59,60,62,63,63,59,59,59,59,60,
60,59,60,62,4,5,6,6,6,6,6,14,93,13,14,5,4,4,4,3,62,62,139,60,62,62,60,218,59,59,
59,218,139,59,60,60,4,6,6,5,6,5,6,15,14,14,14,5,5,4,4,4,3,59,74,60,59,59,59,60,
60,62,59,218,59,59,59,59,4,6,5,6,5,5,5,6,6,6,5,4,5,5,4,4,3,59,59,59,59,59,60,62,
62,60,139,59,60,59,60,60,4,6,6,5,5,5,5,6,6,6,5,4,5,5,4,4,3,59,59,60,60,59,59,60,
62,59,59,62,60,59,62,62,4,6,5,6,6,5,6,15,14,14,14,5,5,4,4,4,3,60,218,60,62,59,
59,59,59,62,62,62,60,59,60,62,4,5,6,6,6,6,6,14,93,13,14,5,4,4,4,3,60,60,218,60,
62,62,60,218,59,62,62,60,60,59,60,59,60,4,5,6,6,6,6,14,13,13,14,4,4,4,60,59,60,
59,74,59,60,62,62,59,59,3,4,4,4,4,59,218,139,4,5,5,5,5,5,5,14,14,13,4,4,218,59,
218,139,74,59,60,4,4,4,4,4,5,5,5,5,4,85,219,218,218,4,4,5,5,5,5,5,4,4,59,218,
218,218,219,218,218,4,4,5,5,5,5,5,5,6,6,6,5,5,85,4,132,60,3,4,4,4,4,4,4,60,60,
74,218,218,218,4,4,5,6,6,6,5,5,5,6,6,6,6,6,5,5,4,4,59,60,62,4,4,4,4,62,62,60,59,
74,4,85,5,5,6,6,6,6,6,5,5,5,6,6,6,6,6,5,5,4,85,4,59,60,62,60,59,60,60,60,139,4,
5,5,6,6,6,6,6,6,6,5,5,6,6,6,6,6,6,6,6,6,5,12,4,4,59,218,59,59,218,4,85,5,5,6,6,
6,6,6,6,6,6,6,5,6,6,6,6,6,6,6,6,6,6,5,4,4,59,59,59,60,4,5,5,5,6,6,6,6,6,6,6,6,6,
5,5,5,6,6,6,6,6,6,6,6,6,5,4,4,62,59,59,62,4,5,5,5,6,6,6,6,6,6,6,6,6,6,5,6,6,6,6,
6,6,6,6,6,6,5,4,4,63,59,59,60,4,5,5,6,6,6,6,6,6,6,6,6,6,6,5,5,6,6,6,6,6,6,6,6,6,
5,4,4,60,218,59,59,4,5,6,5,6,6,6,6,6,6,6,6,6,5,5,5,6,5,6,6,5,6,5,5,6,5,4,4,59,
60,60,59,4,5,5,5,6,5,6,5,6,5,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,4,13,60,62,62,62,3,
5,5,5,5,5,5,5,5,5,5,5,5,5,5
},
{ // 9: red lava with stones
3,11,94,12,3,12,94,11,12,3,83,11,94,83,3,4,4,4,4,4,4,3,3,94,12,3,4,4,4,83,3,3,3,
12,11,3,3,3,83,11,92,94,92,102,12,83,3,3,12,4,12,4,3,3,3,94,12,4,4,4,4,4,4,11,
83,94,83,3,4,4,4,83,83,11,94,102,94,12,12,83,4,4,3,4,3,3,11,94,3,4,4,4,4,4,83,3,
11,91,3,4,4,4,4,4,3,3,91,12,11,12,92,94,91,11,83,3,3,83,12,92,3,3,4,4,4,4,3,3,
12,3,3,4,4,4,4,4,3,11,94,12,3,83,83,83,12,92,94,94,12,12,102,12,12,83,4,3,3,3,3,
11,3,3,3,3,3,4,4,3,3,11,94,12,3,4,4,3,3,3,12,11,11,94,102,93,94,11,11,11,11,11,
11,102,94,94,83,83,12,83,3,11,11,94,12,3,11,4,4,4,4,3,3,3,11,102,12,12,83,12,12,
11,12,94,94,102,83,11,94,94,94,94,12,12,12,102,83,12,3,4,4,4,4,4,3,3,94,12,83,3,
83,3,3,3,3,11,102,94,3,3,12,3,3,11,12,12,102,102,102,92,83,4,3,4,4,4,3,11,94,83,
3,4,4,4,3,3,3,11,94,11,4,12,4,4,3,3,83,11,12,12,83,83,94,94,11,83,3,3,83,94,11,
3,4,4,4,4,4,11,83,94,3,3,4,4,4,4,4,83,3,11,92,3,3,3,3,12,11,94,11,11,92,12,3,4,
4,4,4,4,4,3,83,94,83,4,4,4,4,4,4,3,3,11,94,3,3,11,3,3,3,83,12,100,102,12,83,3,4,
4,4,4,12,3,92,11,3,4,4,4,4,12,3,3,11,94,83,3,4,4,4,4,4,3,11,12,94,102,12,12,3,3,
3,3,3,3,12,11,3,4,3,3,3,3,3,3,12,94,83,4,4,4,4,4,4,4,3,12,12,12,92,92,94,94,83,
11,83,12,12,12,3,3,11,11,91,12,11,12,102,12,83,3,4,4,4,4,4,4,3,12,12,11,83,83,
11,11,94,94,102,102,102,12,12,11,11,11,11,12,94,102,102,102,12,11,12,12,3,12,4,
3,3,11,91,83,3,3,3,3,3,83,12,12,94,12,12,11,4,83,3,3,83,12,94,94,12,92,92,91,12,
12,3,83,3,12,94,3,3,4,4,4,3,83,11,94,11,83,3,3,4,4,3,83,3,11,94,11,83,3,3,12,12,
94,94,4,83,94,4,3,83,20,4,4,4,3,83,94,4,3,3,3,4,12,4,3,3,3,94,83,4,3,3,3,83,11,
83,12,12,102,11,4,4,4,4,4,12,3,11,94,12,3,4,4,4,4,4,4,3,3,94,12,3,3,12,4,4,3,3,
11,102,102,12,3,3,3,3,3,3,83,94,83,3,3,4,12,4,4,4,4,3,3,94,83,3,4,4,4,4,4,3,83,
15,102,102,12,83,3,3,3,3,11,94,83,3,4,4,4,4,4,4,4,3,3,94,11,3,4,4,4,4,4,3,83,
102,11,12,94,94,11,11,12,11,12,12,3,3,3,12,4,4,4,4,3,3,3,94,11,3,4,4,4,12,4,3,
12,12,83,3,3,12,12,92,12,92,102,94,83,4,3,4,4,3,3,3,3,3,11,94,11,3,4,4,4,4,3,83,
11,11,4,3,4,4,3,3,83,12,102,102,92,11,11,83,3,94,83,83,83,11,94,12,3,3,3,4,4,3,
3,11,92,12,3,4,4,4,4,3,3,12,92,11,12,12,92,94,94,12,94,94,12,93,102,102,12,12,
83,4,3,83,3,12,12,3,4,4,4,4,4,4,3,11,92,12,3,3,3,12,83,3,3,3,83,11,102,12,12,92,
94,83,12,11,11,94,83,3,4,4,4,4,4,4,3,94,12,3,3,3,3,3,12,4,4,3,83,12,92,83,3,4,
12,94,12,92,102,102,12,83,3,3,4,4,4,3,83,94,83,4,3,4,4,4,4,4,12,3,83,94,83,3,83,
3,3,4,83,11,94,102,102,94,12,12,3,3,3,3,83,94,83,3,3,12,4,4,4,4,3,3,12,12,3,3,4,
4,4,83,3,12,92,11,11,83,94,94,94,92,94,11,94,14,19,83,4,3,4,4,12,11,12,12,102,
12,83,4,4,4,4,4,3,12,12,3,3,3,3,4,83,83,11,102,102,102,94,92,11,11,11,11,11,91,
12,102,94,102,94,12,3,4,4,3,83,94,83,3,4,4,4,12,4,4,3,12,102,14,83,4,11,11,91,
11,91
},
{ // 10: transparent window
4,5,4,4,4,4,4,5,4,4,4,13,4,4,4,4,4,5,4,4,4,4,4,4,4,4,5,5,5,5,4,4,13,4,3,3,50,4,
4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,50,4,4,5,5,13,5,5,4,4,4,4,3,3,3,3,3,3,3,3,3,3,
3,3,3,3,3,3,3,3,3,3,3,50,4,5,5,5,4,4,4,4,4,4,3,4,50,49,49,49,49,49,49,49,49,49,
49,49,49,49,49,49,49,50,4,5,4,5,5,5,5,5,4,4,4,4,3,3,175,175,175,175,175,175,175,
175,60,59,4,175,175,175,175,175,175,61,3,5,4,5,5,5,5,5,4,4,5,4,3,3,175,175,175,
175,175,175,175,175,60,59,4,175,175,175,175,175,175,61,3,5,4,5,5,4,13,5,4,4,4,4,
3,3,175,175,175,175,175,175,175,175,85,59,4,175,175,175,175,175,175,61,3,5,4,12,
3,3,3,3,67,4,4,4,3,3,175,175,175,175,175,175,175,175,4,59,4,175,175,175,175,175,
175,61,3,5,4,4,4,4,4,4,13,4,12,4,3,3,175,175,175,175,175,175,175,175,4,59,5,175,
175,175,175,175,175,61,3,5,4,3,4,13,4,4,4,4,5,4,3,3,175,175,175,175,175,175,175,
175,68,59,60,175,175,175,175,175,175,4,3,5,4,4,4,60,4,4,4,13,4,4,3,3,4,5,3,3,74,
83,74,83,59,52,59,74,74,83,74,74,83,74,3,5,4,3,4,4,4,69,4,4,4,4,3,3,4,5,59,59,
59,59,59,59,60,62,60,59,59,59,59,59,59,60,3,5,4,4,5,4,5,4,4,4,5,4,3,3,175,175,
175,175,175,175,175,175,2,59,2,175,175,175,175,175,175,11,3,5,4,5,13,5,5,4,4,5,
4,4,3,3,175,175,175,175,175,175,175,175,4,59,4,175,175,175,175,175,175,7,3,5,4,
4,5,5,13,4,69,12,4,4,3,3,175,175,175,175,175,175,175,175,60,59,5,175,175,175,
175,175,175,6,3,5,4,5,5,5,5,5,4,5,4,4,3,3,175,175,175,175,175,175,175,175,60,59,
4,175,175,175,175,175,175,5,3,5,4,5,5,4,5,4,4,4,4,4,3,3,175,175,175,175,175,175,
175,175,60,59,4,175,175,175,175,175,175,61,3,5,4,5,13,5,4,4,5,4,4,4,3,3,175,175,
175,175,175,175,175,175,60,59,4,175,175,175,175,175,175,61,3,5,4,5,4,4,5,69,4,4,
5,4,3,3,175,175,175,175,175,175,175,175,4,59,4,175,175,175,175,175,175,61,3,5,4,
4,5,4,4,4,13,4,4,4,3,3,175,175,175,175,175,175,175,175,2,59,2,175,175,175,175,
175,175,2,3,5,4,5,13,4,5,4,4,4,13,4,3,3,4,5,59,59,59,59,59,59,60,62,60,59,59,59,
59,59,59,60,3,5,4,5,5,5,4,4,4,4,4,4,3,3,4,5,3,83,83,74,74,83,59,52,59,83,74,74,
74,74,83,74,3,5,4,5,5,13,4,4,69,5,4,4,3,3,175,175,175,175,175,175,175,175,84,59,
4,175,175,175,175,175,175,4,3,5,4,5,5,5,4,4,4,4,4,4,3,3,175,175,175,175,175,175,
175,175,4,59,5,175,175,175,175,175,175,61,3,5,4,4,5,4,4,4,4,4,4,4,3,3,175,175,
175,175,175,175,175,175,60,59,5,175,175,175,175,175,175,5,3,5,4,12,3,3,3,3,67,4,
4,4,3,3,175,175,175,175,175,175,175,175,4,59,4,175,175,175,175,175,175,61,3,5,4,
4,4,4,4,4,4,4,4,4,3,3,175,175,175,175,175,175,175,175,85,59,4,175,175,175,175,
175,175,61,3,5,4,4,4,5,4,4,12,4,5,4,3,3,175,175,175,175,175,175,175,175,60,59,4,
175,175,175,175,175,175,5,3,5,4,4,4,4,4,4,4,5,13,4,3,4,50,49,49,49,49,49,49,49,
49,49,49,49,49,49,49,49,49,50,5,5,4,5,13,4,4,4,4,5,4,4,4,3,3,5,5,5,5,5,5,5,5,5,
5,5,5,5,5,5,5,5,5,3,4,5,5,4,4,4,4,4,4,4,3,50,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,
5,50,4,4,4,5,13,4,4,13,4,4,4,4,4,4,4,4,4,4,4,5,4,4,4,4,4,4,4,4,13,4,4,4,4,4,5,5,
5,5,4,5
},
{ // 11: broken grey brick wall with transparency
5,5,4,13,5,4,4,85,5,3,3,5,4,4,5,4,4,4,4,4,4,4,5,5,4,4,4,13,5,4,5,3,5,4,4,5,5,4,
4,5,4,4,3,6,5,5,13,5,12,4,4,5,4,12,5,12,4,4,5,5,4,13,4,3,5,4,5,4,4,4,5,4,5,4,4,
6,5,4,5,5,4,5,4,4,4,3,6,21,5,4,4,4,4,4,4,4,5,4,4,5,4,13,5,5,4,5,3,5,5,4,5,4,4,
13,4,4,4,3,5,4,13,5,4,5,4,5,4,4,5,4,13,4,5,5,4,12,5,5,4,6,4,4,4,5,4,4,5,4,5,3,6,
21,5,4,5,13,4,4,4,4,5,5,5,4,5,5,5,5,5,5,3,6,5,4,13,4,4,5,13,5,4,3,6,13,4,4,4,4,
4,4,4,4,5,4,5,5,13,5,5,5,85,5,4,6,5,4,4,4,4,4,4,13,5,3,5,4,4,4,4,5,4,12,4,4,5,4,
5,5,5,4,4,5,5,5,4,4,4,3,3,3,3,4,3,3,4,4,5,5,4,4,4,4,4,4,5,3,5,5,13,5,5,85,5,5,5,
5,84,3,3,3,3,3,3,3,3,3,3,4,5,13,5,4,4,4,4,4,12,4,5,5,5,5,5,5,5,4,13,5,3,3,186,
19,97,20,21,100,175,175,5,4,5,4,4,5,13,5,4,4,5,3,5,5,5,5,5,5,5,5,5,5,4,3,99,99,
10,19,21,100,20,175,99,5,5,4,4,4,5,4,5,4,4,4,5,5,14,5,85,5,4,5,4,4,12,3,99,18,
10,98,21,100,100,100,98,5,6,4,4,4,13,5,4,5,4,3,5,5,5,5,5,5,13,5,5,5,3,3,99,25,
18,169,168,99,19,168,5,7,5,3,3,4,4,4,13,4,4,3,6,4,5,5,5,5,5,5,5,13,4,3,25,17,
176,175,175,11,18,100,186,6,6,4,5,5,5,4,3,11,3,4,5,5,14,5,4,5,5,13,5,5,3,3,177,
176,175,176,177,101,100,20,178,0,5,4,4,5,5,5,5,5,5,5,5,5,5,4,12,5,5,5,5,4,3,3,
175,175,177,3,99,21,20,177,175,5,5,4,5,5,5,4,4,4,4,12,5,5,5,5,5,4,5,13,4,4,12,3,
175,177,99,99,20,23,20,168,175,5,5,4,13,4,4,4,4,4,4,4,5,13,5,5,13,5,4,4,5,4,3,3,
176,19,19,98,22,22,100,168,175,5,5,4,5,5,13,4,4,4,4,4,3,3,4,4,3,3,3,3,12,3,3,4,
21,20,20,97,22,21,20,100,4,5,6,4,5,4,5,5,13,4,4,4,4,4,4,4,4,4,4,4,4,4,176,21,19,
20,19,19,19,21,20,100,100,5,5,4,5,5,5,4,5,4,20,3,175,4,20,20,19,19,19,99,98,99,
20,19,19,19,19,19,98,21,20,100,100,5,6,4,4,13,4,4,4,4,4,4,175,21,100,98,18,18,
18,18,99,99,99,99,99,19,18,18,81,20,21,20,100,5,6,4,4,4,4,4,4,4,13,4,169,176,
177,177,99,19,18,18,98,99,99,11,19,97,9,160,21,20,98,18,100,4,5,4,4,4,4,12,4,4,
4,4,175,175,175,99,20,99,99,99,100,98,19,18,169,175,178,21,21,20,20,100,18,4,5,
4,4,4,4,4,5,4,4,4,175,175,169,21,20,98,175,175,168,186,0,5,5,5,5,5,5,5,5,5,5,12,
5,4,13,4,4,5,4,4,4,3,175,175,99,21,100,82,175,175,175,175,5,5,5,4,4,4,4,4,4,4,4,
3,5,4,4,4,4,4,5,4,12,3,175,82,21,20,100,18,175,175,175,175,5,5,4,6,4,4,4,4,4,4,
4,3,5,4,4,4,4,4,4,4,4,4,175,82,21,21,100,98,175,175,175,3,5,6,13,4,4,5,4,4,4,4,
4,3,5,4,4,4,84,4,5,4,4,3,175,175,19,22,100,100,186,178,178,99,5,5,5,4,13,4,4,4,
4,13,4,3,6,4,4,4,4,13,4,4,13,3,175,175,168,23,20,100,100,100,100,100,5,6,4,4,4,
4,4,4,5,4,4,3,5,4,4,3,4,3,4,5,4,3,175,175,175,100,21,20,100,100,100,19,3,6,4,4,
4,3,4,4,4,3,4,3,5,4,3,3,3,3,3,3,3,3,175,175,0,18,2,21,20,99,98,98,3,5,4,3,4,4,4,
4,3,4,4,3,5,5,5,5,5,5,5,5,5,5
},
{ // 12: gray square-tiled wall
5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,3,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,50,5,5,4,13,5,4,4,
85,5,5,5,4,4,4,5,3,5,5,5,4,4,5,4,5,4,4,4,13,5,4,5,3,5,4,4,5,5,4,4,5,4,4,13,5,5,
5,13,4,5,5,4,5,4,13,4,12,4,4,5,5,4,13,4,3,5,4,5,4,4,4,5,4,5,4,5,85,5,4,5,4,5,5,
4,4,4,4,5,21,5,4,4,4,4,4,4,3,5,4,4,5,4,13,5,5,4,5,5,4,5,4,5,3,5,13,4,4,4,4,4,4,
13,5,4,5,4,5,4,3,5,4,13,4,5,5,4,12,5,5,5,5,4,4,4,4,5,4,5,4,5,4,21,21,5,4,5,13,4,
4,4,3,5,5,5,4,5,5,5,5,5,5,5,14,5,4,13,3,5,5,13,5,4,4,5,13,4,4,4,4,4,4,4,3,5,4,5,
5,13,5,5,5,85,5,5,5,5,4,4,3,5,4,4,13,5,4,4,4,4,4,4,5,4,12,4,3,5,4,5,5,5,4,4,5,5,
5,5,5,5,4,4,3,5,5,4,4,5,5,4,5,4,4,4,4,4,4,5,3,5,5,13,5,5,85,5,5,5,5,85,5,5,4,4,
12,5,4,21,5,13,5,4,13,5,4,4,4,4,4,12,3,5,5,5,5,5,5,5,4,13,5,4,4,12,4,4,20,5,4,5,
4,4,4,4,4,4,5,13,5,4,4,5,3,5,5,5,5,5,5,5,5,5,5,5,4,4,5,4,3,6,5,4,5,4,4,3,4,4,4,
5,4,5,4,4,3,5,5,14,5,85,5,4,5,4,4,13,4,4,4,4,50,5,4,4,4,13,4,5,4,4,4,13,5,4,5,4,
3,5,5,5,5,5,5,13,5,5,5,4,4,4,4,5,4,5,4,4,4,5,4,5,4,4,4,4,4,13,4,4,3,6,4,5,5,5,5,
5,5,5,13,5,5,13,4,4,4,5,4,5,4,4,4,4,4,4,4,5,5,4,12,4,3,3,4,13,4,3,4,4,12,4,4,3,
3,3,4,12,3,4,3,3,3,3,3,3,12,4,3,3,3,3,3,3,3,5,6,6,5,5,6,6,6,6,5,5,6,6,5,6,12,6,
6,5,6,5,5,5,5,5,6,6,5,5,5,5,11,5,5,5,5,5,4,5,13,4,4,13,4,4,5,4,4,5,4,4,4,4,4,4,
4,13,4,4,4,4,4,4,3,5,13,5,5,13,5,4,4,5,5,4,5,5,5,4,3,5,12,4,5,4,4,4,5,4,5,13,4,
4,4,4,3,5,4,5,5,4,4,4,4,13,4,4,4,13,5,4,3,6,4,4,12,4,4,4,4,5,4,4,5,13,4,4,3,5,4,
13,4,4,4,4,4,5,4,5,4,21,4,13,3,5,4,4,4,4,4,4,5,4,4,5,4,5,4,20,50,5,5,4,5,13,5,4,
4,4,4,13,5,4,4,5,19,5,4,4,4,4,4,13,4,4,13,4,4,4,4,4,3,5,4,4,4,4,13,4,5,4,4,4,4,
5,5,5,3,5,4,4,13,4,4,4,4,4,4,4,4,4,4,13,3,5,5,21,5,4,5,4,13,4,4,4,4,13,4,4,3,5,
4,4,4,4,4,4,4,4,4,4,12,4,4,4,3,5,4,4,4,4,4,4,4,4,4,13,4,4,4,5,3,5,4,4,4,4,4,4,4,
4,4,4,4,4,4,4,3,5,5,4,4,4,4,4,4,4,4,4,4,4,13,4,3,22,4,4,4,4,13,4,4,13,4,4,4,4,4,
4,50,5,5,21,4,13,4,5,13,5,4,4,4,4,4,5,3,5,5,4,4,4,4,4,4,4,4,4,4,5,4,12,50,5,4,5,
5,4,20,4,5,4,5,5,4,4,5,4,3,5,12,4,4,4,4,4,4,4,4,4,4,4,4,4,3,5,4,4,5,4,4,5,4,4,
13,4,4,13,4,4,4,5,4,4,4,4,4,4,4,4,4,84,4,4,4,4,50,5,4,13,4,4,13,4,5,4,4,4,4,5,4,
13,3,5,4,4,13,4,4,13,4,4,4,4,13,4,4,13,50,5,4,5,4,4,5,5,4,4,4,4,4,4,4,4,3,5,4,5,
4,4,4,4,4,4,3,4,3,4,5,4,50,50,50,50,3,3,4,3,3,3,50,3,3,3,3,3,50,3,3,3,50,3,3,3,
3,50,50,50,50,50,50,50,50
}
};
SFG_PROGRAM_MEMORY uint8_t SFG_sprites[][SFG_TEXTURE_SIZE * SFG_TEXTURE_SIZE] =
{
{ // 0: barrel
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,176,176,175,175,
175,175,175,175,175,175,175,175,175,175,175,176,176,175,175,175,175,175,175,175,
175,175,175,175,175,175,176,176,176,176,176,176,176,0,176,0,176,0,0,0,0,0,176,0,
176,0,0,0,0,176,0,0,0,0,176,0,176,176,176,176,1,176,176,176,176,176,176,176,2,
176,2,185,2,185,2,2,176,185,2,2,185,2,2,2,185,2,185,2,2,185,2,176,10,2,6,11,2,2,
2,2,185,19,2,2,19,11,19,11,185,11,19,19,19,19,19,11,19,11,2,179,6,11,19,2,10,11,
6,11,11,11,2,11,11,19,84,19,11,19,84,11,84,19,11,11,11,11,19,19,11,19,19,11,6,
11,19,2,11,11,11,11,93,11,19,19,19,84,11,11,83,178,178,185,10,10,84,84,19,19,11,
11,19,11,11,84,19,20,84,10,20,11,11,11,13,19,13,13,84,4,83,180,83,11,84,84,13,
83,186,83,84,13,84,84,84,11,19,11,11,84,13,11,93,5,13,84,13,4,84,84,84,83,83,84,
84,84,13,84,84,4,13,83,2,84,84,4,84,84,4,84,84,100,5,20,84,5,6,11,84,84,84,84,
11,83,84,13,11,83,178,19,178,178,83,84,83,83,84,84,84,84,84,84,6,11,6,20,84,6,6,
11,84,13,84,4,93,6,46,84,6,46,84,19,178,179,18,10,6,10,84,13,6,84,13,84,6,11,6,
84,84,6,22,6,6,84,6,84,83,6,6,6,84,6,84,11,178,19,178,19,83,84,84,84,6,84,6,22,
6,84,6,20,84,6,6,6,6,6,6,93,6,6,6,6,6,84,11,19,179,84,15,6,84,6,93,6,6,6,6,6,6,
22,6,84,84,6,15,6,6,6,6,92,15,84,11,10,10,19,19,93,20,6,6,6,15,6,92,6,15,6,6,6,
15,6,6,20,84,6,15,47,6,15,7,10,7,6,7,10,11,11,92,5,22,15,7,15,47,6,92,7,15,6,6,
15,6,15,6,20,84,6,6,12,7,7,7,84,7,7,7,7,7,11,11,84,84,7,15,7,5,7,93,6,47,7,47,
15,6,12,6,84,84,6,6,12,47,7,7,5,5,7,7,7,93,19,11,11,180,11,93,93,11,5,5,7,7,47,
7,7,6,19,13,20,84,6,7,7,7,7,47,15,93,7,47,11,19,11,92,92,19,19,11,20,7,84,7,47,
7,7,7,15,7,15,13,84,84,6,15,7,15,7,15,15,5,13,15,7,15,5,84,93,83,19,20,13,45,13,
15,15,7,15,15,6,6,22,6,20,93,6,15,15,15,15,15,15,15,20,5,15,15,47,15,15,22,6,6,
13,20,15,6,15,6,6,15,15,6,6,5,20,11,5,22,15,15,15,15,15,15,15,13,20,13,15,6,15,
13,13,93,84,6,6,6,6,22,6,6,22,84,22,5,11,11,84,15,15,22,15,15,15,6,6,15,14,13,
11,19,19,11,84,5,6,15,84,15,6,6,22,6,84,6,22,5,10,10,84,6,19,13,22,22,13,15,22,
15,6,6,6,15,6,22,6,6,6,6,6,6,22,6,84,6,15,6,22,13,2,10,84,6,19,13,22,22,13,15,
22,15,6,6,6,15,6,22,6,6,6,6,6,6,6,6,84,6,15,6,13,13,2,2,84,15,22,13,13,14,22,22,
6,22,6,22,6,6,6,13,15,84,6,6,6,22,6,13,6,84,84,15,13,84,1,176,84,11,11,13,93,93,
13,13,84,13,13,6,84,13,6,84,84,22,84,84,84,84,84,84,84,84,84,84,84,84,176,176,
84,175,175,175,175,175,175,175,175,175,175,175,175,175,84,84,175,175,175,175,
175,175,175,175,175,175,175,175,175,84,176,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175
}
};
SFG_PROGRAM_MEMORY
uint8_t SFG_backgrounds[][SFG_TEXTURE_SIZE * SFG_TEXTURE_SIZE] =
{
{ // 5
10,10,10,10,10,10,19,19,12,13,13,13,13,13,13,13,13,14,64,80,64,64,73,64,64,64,
73,136,73,73,73,73,10,10,10,10,10,19,12,12,12,19,12,12,13,13,13,14,14,14,14,64,
64,64,80,73,80,73,64,73,73,73,73,73,10,10,10,10,10,19,19,10,19,19,19,12,13,13,
14,14,14,168,168,64,168,64,64,64,64,73,73,64,73,73,73,73,10,10,10,10,10,10,10,
10,19,19,19,19,12,13,13,14,14,14,14,14,14,80,64,64,64,73,64,136,73,73,73,73,10,
10,10,10,10,10,10,19,19,12,19,12,168,168,168,168,64,64,64,80,64,64,136,64,64,73,
73,64,73,73,73,73,10,10,10,10,10,10,10,19,12,12,12,13,168,0,0,0,0,168,168,168,
64,64,64,64,64,64,64,73,73,73,73,73,10,10,10,10,10,10,19,19,12,12,13,13,57,0,0,
0,168,168,136,64,168,64,64,64,64,64,73,64,73,73,136,73,10,10,10,10,10,10,19,19,
12,12,13,13,168,168,168,168,168,64,64,168,64,64,64,64,80,73,73,73,73,73,73,73,
10,10,10,10,19,19,19,19,12,12,13,13,13,13,14,14,14,14,14,80,168,64,73,80,73,64,
73,64,73,73,73,73,10,10,10,10,10,19,19,12,12,13,13,13,13,13,14,14,14,14,14,14,
80,64,80,64,64,64,64,73,73,73,73,73,10,10,10,10,10,10,19,12,12,13,168,168,168,
168,168,168,64,64,64,80,168,64,73,80,73,64,73,64,73,73,73,73,10,10,10,10,10,10,
10,19,12,13,168,0,223,0,223,0,219,168,168,168,64,64,64,64,80,64,64,73,73,73,73,
73,59,10,10,10,10,10,10,19,12,12,168,0,0,0,0,0,168,168,168,64,168,64,64,64,73,
64,73,64,73,73,73,73,10,10,10,10,10,10,19,19,12,12,168,168,168,57,168,168,168,
64,168,168,64,80,80,73,80,73,64,73,73,73,73,73,10,10,10,10,10,19,19,12,61,13,
101,12,12,12,12,63,14,14,64,64,168,80,64,64,64,64,73,136,73,73,73,73,10,10,10,
10,10,10,19,12,12,12,101,101,12,12,12,101,14,63,64,168,64,57,64,64,64,64,64,73,
73,73,73,73,10,10,10,10,10,10,19,19,12,12,101,101,168,168,168,168,64,64,64,80,
64,80,64,64,64,64,73,64,73,73,73,73,10,10,10,10,10,10,19,19,19,100,101,101,168,
168,168,168,168,64,64,64,80,136,64,64,64,64,64,73,73,73,73,73,10,10,10,10,10,10,
19,19,19,100,100,101,168,168,168,168,64,64,64,80,168,64,64,64,64,64,73,64,73,73,
73,73,10,10,10,10,19,10,19,12,168,168,168,168,168,0,0,0,0,168,168,168,136,64,64,
64,64,64,64,73,73,73,73,73,10,10,10,10,19,19,19,12,168,223,136,223,0,0,0,0,168,
168,168,64,136,64,64,64,64,64,73,64,73,73,73,73,10,10,10,10,19,60,19,12,168,168,
168,168,168,168,168,168,168,64,57,64,80,80,80,64,64,136,64,73,73,73,73,73,59,59,
10,10,19,60,19,19,12,12,100,100,101,101,187,101,101,64,64,80,168,64,73,80,73,64,
73,136,73,73,73,73,10,10,10,10,10,19,19,19,19,12,12,100,100,101,187,168,168,64,
64,64,64,64,64,64,64,64,64,73,73,136,73,73,10,10,10,10,19,19,19,19,19,100,100,
101,100,100,187,168,64,64,64,80,168,64,64,64,136,64,73,64,73,73,73,73,59,10,10,
19,19,12,12,12,12,19,100,101,100,100,101,168,168,64,64,64,80,80,80,64,64,64,64,
73,73,73,73,73,10,10,19,19,19,12,12,12,13,13,13,101,100,100,100,101,101,14,14,
80,64,80,73,64,64,64,73,64,73,73,73,73,10,10,10,10,19,19,19,12,12,13,14,101,100,
100,101,101,71,14,14,14,14,14,80,64,64,64,64,73,73,73,73,73,10,10,10,10,10,19,
12,12,12,13,14,101,100,101,101,209,64,64,64,80,64,80,64,64,64,64,73,64,73,73,73,
73,10,10,10,10,10,19,12,19,12,14,14,101,101,14,14,14,14,14,64,168,136,64,64,64,
64,73,64,73,73,73,73,73,10,10,10,10,10,19,19,19,19,13,14,13,13,14,14,209,64,64,
64,80,64,64,73,80,73,73,73,64,73,73,73,73,10,10,10,10,10,10,19,19,19,13,14,14,
14,13,14,14,63,14,14,14,63,80,80,64,64,64,64,73,73,73,73,73
}
};
SFG_PROGRAM_MEMORY
uint8_t SFG_weaponImages[][SFG_TEXTURE_SIZE * SFG_TEXTURE_SIZE] =
{
{ // 0, axe
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,1,1,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
1,1,2,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,0,0,175,
175,175,175,175,175,175,175,175,175,1,1,2,3,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,0,0,6,0,175,175,175,175,175,175,175,175,175,1,48,2,3,2,175,
175,175,175,175,175,175,175,175,175,175,175,0,0,6,6,6,0,175,175,175,175,175,175,
175,175,1,48,2,3,2,2,175,175,175,175,175,175,175,175,175,175,0,0,6,6,6,6,6,0,
175,175,175,175,175,175,175,1,48,2,3,2,2,48,175,175,175,175,175,175,175,175,0,0,
6,6,6,6,6,6,93,0,175,175,175,175,175,175,1,1,2,3,2,2,48,1,175,175,175,175,175,
175,175,0,6,6,6,6,6,6,93,93,93,0,175,175,175,175,175,1,52,6,1,2,48,1,1,175,175,
175,175,175,175,0,0,5,6,6,6,6,93,93,93,93,93,0,175,175,175,1,1,3,6,5,3,1,1,1,
175,175,175,175,175,175,0,5,5,5,6,6,6,93,93,93,93,93,93,0,175,175,1,2,4,6,4,3,
50,1,1,175,175,175,175,175,175,0,4,4,5,5,5,6,93,93,93,93,93,93,94,0,175,1,50,3,
5,4,3,50,1,175,175,175,175,175,175,175,0,4,4,4,4,4,173,173,93,93,93,93,93,94,94,
94,1,2,3,4,3,43,42,1,175,175,175,175,175,175,175,0,4,4,4,4,4,172,172,173,173,93,
93,93,94,94,93,93,33,2,4,3,2,2,1,175,175,175,175,175,175,175,0,6,5,5,4,4,172,
172,172,172,173,173,93,94,94,93,93,93,33,2,3,2,1,1,175,175,175,175,175,175,175,
175,175,0,0,6,6,93,172,172,172,172,172,173,94,94,93,93,93,93,94,1,2,1,175,175,
175,175,175,175,175,175,175,175,175,175,175,0,0,94,94,172,172,172,172,93,94,93,
93,93,93,93,94,33,1,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,0,94,94,94,93,93,93,172,173,93,93,93,93,93,1,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,0,0,94,94,93,93,172,172,173,93,93,
172,172,0,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,0,94,94,94,172,172,172,172,172,172,172,93,0,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,0,170,170,94,172,172,
171,171,172,93,93,0,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,0,4,172,170,94,171,172,172,173,173,173,93,0,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,0,3,81,170,94,94,
170,172,172,172,172,171,171,0,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,0,0,0,94,94,93,170,172,172,170,170,170,0,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
0,94,94,93,170,170,170,170,0,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,0,94,94,170,170,170,0,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,0,94,170,170,0,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,0,0,0,175,175,
175,175,175,175,175,175,175,175,175,175,175
},
{ // 1, shotgun
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,1,1,1,1,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,1,1,1,1,17,100,100,100,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,1,1,1,5,6,4,17,100,101,101,101,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,1,1,1,1,5,6,4,6,5,17,100,101,101,21,21,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,1,1,1,4,4,6,7,7,6,1,3,5,17,99,101,101,
21,21,175,175,175,175,175,175,175,175,175,175,1,1,1,1,5,5,5,7,7,6,6,6,5,1,3,5,
17,99,100,101,101,21,175,175,175,175,175,175,175,175,1,1,6,5,6,6,7,7,6,6,4,6,7,
7,4,6,6,5,17,99,100,101,101,21,175,175,175,175,175,175,175,1,6,6,3,6,7,6,6,7,7,
4,5,6,6,4,4,5,5,4,17,99,99,100,101,21,175,175,175,175,175,175,1,6,6,6,3,6,7,7,7,
7,6,4,4,5,3,3,5,1,3,4,17,98,99,100,101,101,175,175,175,175,175,175,1,7,7,2,6,7,
7,6,5,5,5,5,3,3,74,4,4,1,3,4,17,98,98,99,101,101,175,175,175,175,175,1,6,6,6,2,
6,6,6,5,5,5,5,5,4,4,4,4,4,4,4,4,3,17,18,18,101,101,175,175,175,175,175,1,6,6,6,
4,6,4,4,4,4,4,4,4,4,3,3,3,3,3,3,1,3,74,17,98,100,101,175,175,175,175,17,1,1,4,4,
4,2,4,3,3,3,3,3,3,3,3,3,3,3,3,3,1,3,74,17,17,100,101,175,175,175,101,99,25,25,1,
3,42,2,3,42,3,42,42,42,42,42,42,42,74,42,74,74,42,74,17,17,1,98,100,175,175,175,
17,17,17,25,25,25,25,9,17,17,17,17,17,1,17,1,17,1,1,1,1,1,1,73,1,1,1,98,98,175,
175,175,175,175,1,25,25,25,26,26,26,19,19,19,19,19,19,19,19,19,19,19,19,26,26,
18,73,17,1,98,100,175,175,175,17,17,17,25,25,25,19,100,100,100,101,101,101,101,
101,101,101,101,101,101,101,100,100,19,19,17,1,100,101,175,175,175,101,99,25,25,
1,4,4,26,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,3,3,17,17,100,101,175,175,175,175,17,1,1,
6,6,4,4,6,6,6,7,7,6,6,6,5,5,5,4,4,4,1,3,3,17,99,101,101,175,175,175,175,175,1,7,
7,7,2,6,7,7,7,7,7,7,7,7,6,6,6,7,7,7,7,5,3,17,100,101,101,175,175,175,175,175,1,
6,6,6,2,5,6,6,6,6,6,7,6,6,7,7,7,6,1,3,7,5,17,99,100,101,21,175,175,175,175,175,
175,1,4,4,2,4,6,5,5,5,5,6,6,4,4,4,6,6,1,3,5,4,17,100,101,101,21,175,175,175,175,
175,175,1,5,5,5,2,5,4,4,4,4,4,74,3,4,3,3,5,6,6,5,17,99,101,101,21,21,175,175,
175,175,175,175,175,1,5,5,4,4,4,4,3,4,4,2,2,3,3,74,2,4,4,4,17,99,101,101,21,21,
175,175,175,175,175,175,175,175,1,1,3,3,53,5,4,3,3,3,2,42,3,3,2,1,3,3,17,99,100,
101,101,21,175,175,175,175,175,175,175,175,175,175,1,1,1,1,3,5,5,5,5,4,4,3,2,1,
3,2,17,99,100,101,101,21,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,1,1,1,84,84,3,5,5,5,2,3,2,17,99,99,100,101,101,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,1,1,1,1,83,84,74,84,2,17,98,99,100,101,
101,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,1,1,1,4,4,2,17,98,99,101,101,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,1,1,1,1,17,18,100,100,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,1,1,1,1,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175
},
{ // 2, rocket launcher
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,0,0,0,0,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,0,0,0,0,5,4,2,2,0,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
0,6,6,6,5,4,2,142,141,0,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,0,4,4,4,4,4,2,142,141,0,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,0,3,3,3,3,3,3,2,
1,0,175,175,175,175,175,175,175,175,175,175,0,0,0,0,175,175,175,175,175,175,175,
0,0,1,1,1,1,1,1,1,1,1,175,175,175,175,175,175,175,0,0,0,2,2,2,2,0,0,175,0,0,0,0,
118,118,118,116,1,1,114,114,114,1,114,175,175,175,175,175,0,0,5,5,2,2,2,2,50,50,
2,0,117,117,118,118,117,116,116,115,114,1,114,114,36,36,36,175,175,175,175,0,5,
5,2,2,2,2,2,115,116,116,116,117,116,116,116,115,115,115,115,116,115,6,116,116,
117,117,117,175,175,175,0,20,5,2,2,2,2,115,115,115,115,115,115,115,115,116,116,
116,116,116,117,116,6,117,117,117,117,117,117,175,175,0,20,23,2,2,2,2,115,116,
116,117,116,116,116,116,116,116,117,117,117,37,37,36,6,37,37,38,38,38,38,175,
175,0,23,23,2,2,2,117,117,117,117,117,117,117,117,117,117,37,37,38,38,5,36,6,38,
39,38,38,39,38,38,175,175,0,7,2,2,2,115,117,37,37,37,37,37,37,37,37,37,6,6,6,6,
6,4,7,6,6,6,6,6,6,6,175,0,23,7,2,2,2,117,38,45,45,5,5,5,6,6,6,6,6,6,6,6,39,4,7,
6,39,39,39,39,39,39,175,0,7,7,2,2,2,117,39,39,39,39,7,7,7,7,7,7,7,7,7,7,7,5,7,7,
7,7,7,7,25,25,175,0,7,7,2,2,2,117,39,39,7,7,7,7,7,7,7,7,7,7,7,7,7,5,7,7,7,7,7,
25,30,30,175,0,23,7,2,2,2,117,37,37,37,37,37,38,38,38,38,38,38,38,38,39,39,37,7,
39,39,39,25,109,30,21,175,0,5,7,2,2,2,35,35,36,36,36,36,36,36,36,117,117,117,
118,118,37,37,36,6,38,38,38,25,30,21,37,175,0,5,23,2,2,2,115,115,115,115,115,
115,115,116,116,116,116,116,116,117,117,36,116,6,36,37,37,25,109,109,37,175,175,
0,23,2,2,2,2,115,115,115,115,115,115,115,115,115,115,115,115,115,116,116,115,6,
116,116,36,25,109,21,37,175,175,0,5,20,2,2,2,33,114,114,114,115,115,115,115,115,
115,115,115,115,115,115,115,6,115,115,115,25,109,21,37,175,175,0,5,5,2,2,2,2,33,
33,114,114,114,114,114,114,114,114,115,115,115,115,115,115,6,115,115,25,109,21,
37,175,175,175,0,5,5,2,2,2,2,33,1,1,33,33,33,33,33,114,114,114,114,114,114,115,
6,115,115,25,30,21,37,175,175,175,175,0,5,5,2,2,2,2,2,41,1,40,41,34,34,41,33,33,
33,33,114,114,115,6,114,25,30,21,37,175,175,175,175,175,0,0,5,5,2,2,2,2,2,2,2,0,
1,41,34,49,49,33,33,33,115,6,114,25,109,21,37,175,175,175,175,175,175,175,0,0,0,
2,2,2,2,0,0,175,0,0,0,0,49,33,41,41,34,41,6,25,30,21,37,175,175,175,175,175,175,
175,175,175,175,0,0,0,0,175,175,175,175,175,175,175,0,0,0,0,57,42,116,25,109,21,
37,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,0,0,0,25,21,21,37,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,0,
100,21,37,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,0,25,100,117,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,0,25,107,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,0,0
}
};
/* TODO: ENEMIES: create a functions that will take enemy ID and frame type
(idle, attacking, ...) and will return pointer to sprite representing it --
allows reusing sprites and saving memory (e.g. a fyling monster can have same
frame for idle and walking, some enemies can share the same dead sprite etc.).
Also: add flip option to sprite drawing function so that some frames can be
reused flipped (good for walk anims). */
SFG_PROGRAM_MEMORY uint8_t
SFG_monsterSprites[][SFG_TEXTURE_SIZE * SFG_TEXTURE_SIZE] =
{
{ // 0, monster1 idle
175,175,175,0,0,0,0,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,0,0,0,0,175,175,175,175,175,0,5,4,95,5,0,175,175,175,175,175,175,
175,175,175,175,175,175,175,175,175,175,0,6,3,5,4,0,175,175,175,0,5,0,2,2,0,5,0,
175,175,175,175,175,175,175,175,175,175,175,175,175,0,0,7,6,3,4,3,3,0,175,175,0,
95,2,93,3,2,4,0,175,175,175,175,175,175,175,175,175,175,175,0,0,7,6,6,5,0,0,0,0,
0,0,175,0,4,2,3,93,2,95,0,175,175,0,175,175,175,175,175,175,175,0,7,6,6,5,4,0,
175,175,175,175,175,175,175,0,5,0,2,2,0,5,0,0,175,0,0,175,175,175,175,0,0,7,6,6,
5,10,0,175,175,175,175,175,175,175,175,175,0,5,95,4,5,1,1,1,0,3,6,0,175,175,175,
175,175,0,0,3,10,4,0,175,175,175,175,175,175,175,175,0,1,3,0,0,1,3,1,3,5,5,5,0,
175,175,175,175,175,175,175,0,5,4,3,0,175,175,175,175,175,175,0,5,4,5,1,1,4,10,
4,6,5,6,6,6,0,175,175,175,175,175,175,0,5,4,3,0,0,0,0,0,175,175,0,4,3,4,1,3,0,6,
6,6,5,5,5,5,4,0,175,175,175,0,0,0,3,3,7,6,3,5,5,4,0,175,0,5,4,95,1,0,0,62,62,6,
5,4,5,4,5,0,175,0,0,7,7,7,6,6,6,6,3,4,4,3,3,0,175,0,0,0,4,6,6,223,63,223,62,5,4,
4,4,0,175,175,175,0,6,6,6,6,5,5,10,10,10,10,10,0,175,175,0,6,6,6,5,223,7,63,223,
223,4,4,4,4,0,175,175,175,10,3,3,10,10,3,3,3,4,3,0,175,175,175,0,0,65,65,3,62,
223,7,223,223,223,4,4,4,4,120,120,120,20,18,5,4,18,3,0,0,0,0,0,0,175,0,75,74,65,
68,145,3,4,223,223,63,62,223,4,4,120,1,18,3,20,20,1,5,4,0,175,175,175,175,175,
175,0,69,68,0,74,74,82,145,4,4,223,7,63,223,3,120,18,18,3,20,20,21,3,3,1,175,
175,175,175,175,175,175,0,76,75,0,67,67,67,145,4,4,223,7,63,223,3,120,18,18,3,
20,20,21,3,3,1,175,175,175,175,175,175,175,175,0,75,74,65,74,145,3,4,223,223,63,
62,223,4,4,120,1,18,3,20,20,1,5,4,0,175,175,175,175,175,175,175,175,0,0,65,65,3,
62,223,7,223,223,223,4,4,4,4,120,120,120,20,18,5,4,10,3,0,0,0,0,0,0,175,175,0,6,
6,6,5,223,7,63,223,223,4,4,4,4,0,175,175,175,10,5,4,10,10,3,3,3,4,3,0,175,175,0,
0,0,4,6,6,223,63,223,62,5,4,4,4,0,175,175,175,0,7,7,7,7,7,6,10,10,10,10,10,0,0,
5,4,95,1,0,0,62,62,6,5,4,5,4,5,0,175,0,0,6,6,6,6,6,6,6,3,5,5,4,3,0,0,4,3,4,1,3,
0,6,6,6,6,5,5,5,4,0,175,175,175,0,0,0,3,3,7,6,3,4,4,3,0,175,0,5,4,5,1,1,4,10,4,
6,6,6,6,6,0,175,175,175,175,175,175,0,5,4,3,1,0,0,0,0,175,175,175,0,1,3,0,0,1,3,
1,3,5,5,5,0,175,175,175,175,175,175,175,0,5,4,3,0,175,175,175,175,175,175,175,
175,0,5,4,95,5,1,1,1,0,3,6,0,175,175,175,175,175,0,0,3,3,4,0,175,175,175,175,
175,175,175,175,0,5,0,2,2,0,5,0,0,175,0,0,175,175,175,175,0,0,7,7,7,7,10,0,175,
175,175,175,175,175,175,175,0,95,2,3,93,2,4,0,175,175,0,175,175,175,175,175,175,
175,0,7,6,6,6,7,0,175,175,175,175,175,175,175,0,4,2,93,3,2,95,0,175,175,175,175,
175,175,175,175,175,175,175,0,0,5,6,6,6,0,0,0,0,0,0,175,0,5,0,2,2,0,5,0,175,175,
175,175,175,175,175,175,175,175,175,175,175,0,0,5,6,3,4,4,3,0,175,175,175,0,5,
95,4,5,0,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,0,5,3,
4,3,0,175,175,175,175,175,0,0,0,0,175,175,175,175,175,175,175,175,175,175,175,
175,175,175,175,175,175,175,0,0,0,0,175,175,175
},
{ // 1, monster1 attacking
175,175,183,183,183,1,1,1,183,22,102,175,175,175,175,175,175,175,175,175,175,
175,175,175,0,0,0,0,0,175,175,175,175,175,183,183,191,183,183,183,183,191,191,
191,175,175,175,175,175,175,175,175,175,175,175,0,6,4,4,5,4,0,0,175,175,175,175,
183,111,183,183,183,191,191,191,183,175,175,175,175,175,175,175,175,175,175,1,6,
7,6,3,4,3,3,3,0,175,175,175,183,111,31,183,31,191,191,183,175,175,175,175,175,
175,175,175,175,175,1,7,7,6,0,0,0,0,0,0,175,175,183,183,191,111,31,31,31,191,
183,183,175,1,175,175,175,175,175,175,175,1,7,7,5,4,0,175,175,175,175,175,175,
175,183,191,191,191,191,191,191,191,191,183,183,1,1,175,175,175,175,175,1,22,23,
5,10,0,175,175,175,175,175,175,175,175,183,191,191,183,183,183,183,191,191,191,
191,20,31,48,175,175,175,1,22,23,22,4,10,0,175,175,175,175,175,175,175,175,183,
183,183,183,20,183,183,183,191,191,191,22,22,5,0,175,175,1,1,1,4,10,4,3,0,0,0,0,
0,175,175,175,175,1,22,101,22,41,41,183,183,191,102,23,31,6,0,175,175,175,175,
175,1,5,3,0,3,4,5,5,4,0,175,175,175,48,20,20,101,41,20,1,31,31,22,31,22,5,4,1,
175,175,175,1,1,3,7,7,6,3,4,4,3,3,0,175,175,0,5,4,102,41,1,1,30,30,31,101,5,4,5,
1,175,175,1,7,7,6,6,5,5,3,10,10,10,0,0,175,175,175,0,0,48,101,31,31,222,31,222,
5,4,4,4,0,175,1,23,23,6,5,5,10,10,10,3,3,0,175,175,175,175,175,0,6,6,31,31,22,
222,7,6,223,4,4,4,4,0,175,0,10,3,3,10,3,3,3,3,4,3,0,175,175,175,175,0,0,0,57,57,
3,62,223,7,223,223,223,4,4,4,120,120,120,18,5,4,18,3,3,0,0,0,0,0,175,175,0,75,
74,65,67,67,145,3,4,223,223,63,62,223,4,120,1,18,3,20,1,5,4,0,0,175,175,175,175,
175,175,0,69,68,67,0,74,74,82,145,4,4,223,7,63,223,120,18,18,3,20,21,3,3,1,175,
175,175,175,175,175,175,175,0,76,75,74,0,67,67,67,145,4,4,223,7,63,223,120,18,
18,3,20,21,3,3,1,175,175,175,175,175,175,175,175,175,0,75,74,65,74,74,145,3,4,
223,223,63,62,223,4,120,1,18,3,20,1,5,4,0,0,175,175,175,175,175,175,175,175,0,0,
0,65,65,3,62,223,7,222,223,223,4,4,4,120,120,120,18,5,4,18,3,3,0,0,0,0,0,175,
175,175,0,6,6,6,6,5,223,7,31,222,222,4,4,4,0,175,1,3,3,3,10,3,3,3,3,4,3,0,175,
175,175,175,0,0,0,20,31,31,222,31,222,22,20,4,4,0,175,1,7,7,7,7,7,10,10,10,3,3,
0,175,175,175,175,0,5,4,102,41,1,1,30,30,31,101,22,4,5,1,1,175,1,22,5,6,6,7,7,3,
10,10,10,0,0,175,175,48,101,20,101,41,20,1,31,22,31,22,22,5,4,1,175,175,175,1,1,
3,5,6,6,3,4,4,3,3,0,175,183,183,22,101,22,41,183,183,183,23,23,31,31,6,0,175,
175,175,175,175,0,5,3,0,3,4,5,5,4,0,175,175,183,183,183,41,183,183,183,191,183,
183,101,22,22,5,0,175,175,1,1,1,3,10,4,3,0,0,0,0,0,175,175,175,183,191,183,183,
183,183,191,191,191,183,98,20,31,0,175,175,175,1,22,7,7,5,10,0,175,175,175,175,
175,175,175,175,183,191,191,191,191,191,191,191,183,183,1,1,48,175,175,175,175,
175,1,22,6,7,10,0,175,175,175,175,175,175,175,175,183,183,111,31,31,31,191,183,
183,1,175,1,175,175,175,175,175,175,175,1,23,7,5,4,0,175,175,175,175,175,175,
175,175,102,111,31,31,31,191,191,183,9,175,175,175,175,175,175,175,175,175,175,
1,22,6,6,0,0,0,0,0,0,175,175,175,183,183,111,111,111,191,191,191,183,175,175,
175,175,175,175,175,175,175,175,175,1,5,6,6,3,4,3,3,3,0,175,175,175,183,191,183,
183,183,191,191,191,15,175,175,175,175,175,175,175,175,175,175,175,0,5,4,4,5,4,
0,0,175,175,175,175,183,183,1,1,183,182,102,183,175,175,175,175,175,175,175,175,
175,175,175,175,175,0,0,0,0,0,175,175,175
}
};
uint8_t SFG_charToFontIndex(char c)
{
if (c >= 'a' && c <= 'z')
return c - 'a';
if (c >= 'A' && c <= 'Z')
return c - 'A';
if (c >= '0' && c <= '9')
return c - '0' + 31;
switch (c)
{
case ' ': return 26; break;
case '.': return 27; break;
case ',': return 28; break;
case '!': return 29; break;
case '/': return 41; break;
case '-': return 42; break;
case '+': return 43; break;
case '(': return 44; break;
case ')': return 45; break;
case '%': return 46; break;
default: return 30; break; // "?"
}
}
#define SFG_FONT_CHARACTER_SIZE 4
/**
4x4 font, each character stored as 16 bits.
*/
SFG_PROGRAM_MEMORY uint16_t SFG_font[47] =
{
0xfaf0, // 0 "A"
0xfd70, // 1 "B"
0x6990, // 2 "C"
0xf960, // 3 "D"
0xfd90, // 4 "E"
0xfa80, // 5 "F"
0x69b0, // 6 "G"
0xf4f0, // 7 "H"
0x9f90, // 8 "I"
0x31f0, // 9 "J"
0xf4b0, // 10 "K"
0xf110, // 11 "L"
0xfc4f, // 12 "M"
0xf42f, // 13 "N"
0x6996, // 14 "O"
0xfae0, // 15 "P"
0x69b7, // 16 "Q"
0xfad0, // 17 "R"
0x5da0, // 18 "S"
0x8f80, // 19 "T"
0xf1f0, // 20 "U"
0xe1e0, // 21 "V"
0xf32f, // 22 "W"
0x9690, // 23 "X"
0xc7c0, // 24 "Y"
0xbd90, // 25 "Z"
0x0000, // 26 " "
0x0100, // 27 "."
0x0300, // 28 ","
0x0d00, // 29 "!"
0x48b4, // 30 "?"
0xf9f0, // 31 "0"
0x9f10, // 32 "1"
0xbdd0, // 33 "2"
0x9da0, // 34 "3"
0xe2f0, // 35 "4"
0xdbb0, // 36 "5"
0xfbb0, // 37 "6"
0x8bc0, // 38 "7"
0xfdf0, // 39 "8"
0xddf0, // 40 "9"
0x1680, // 41 "/"
0x2220, // 42 "-"
0x2720, // 43 "+"
0x0690, // 44 "("
0x0960, // 45 ")"
0x9249 // 46 "%"
};
#endif // guard