add some stuff

This commit is contained in:
wallace-aph
2018-02-19 18:28:35 -05:00
parent d306962c73
commit 9fa58c2d4d
382 changed files with 9638 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#define p5_width 16
#define p5_height 16
static char p5_bits[] = {
0x08,0x08,0x08,0x08,0xaa,0xaa,0x41,0x41,0x80,0x80,0x80,0x80,0xaa,0xaa,0x14,
0x14,0x08,0x08,0x08,0x08,0xaa,0xaa,0x41,0x41,0x80,0x80,0x80,0x80,0xaa,0xaa,
0x14,0x14};

View File

@@ -0,0 +1,6 @@
#define pat_balls_width 16
#define pat_balls_height 16
static char pat_balls_bits[] = {
0xc7, 0xc7, 0xc7, 0xc7, 0xbb, 0xbb, 0x64, 0x64, 0x7c, 0x7c, 0x7c, 0x7c,
0xbb, 0xbb, 0x46, 0x46, 0xc7, 0xc7, 0xc7, 0xc7, 0xbb, 0xbb, 0x64, 0x64,
0x7c, 0x7c, 0x7c, 0x7c, 0xbb, 0xbb, 0x46, 0x46};

View File

@@ -0,0 +1,6 @@
#define bat_width 16
#define bat_height 16
static char bat_bits[] = {
0x11,0x10,0x09,0x20,0x2d,0x68,0x6d,0x6c,0xec,0x6f,0x4e,0xe5,0xde,0xf7,0xbe,
0xfb,0xee,0xef,0xf6,0xdf,0xd2,0x97,0x92,0x93,0x13,0x90,0xb1,0x1a,0x21,0x08,
0x41,0x04};

View File

@@ -0,0 +1,6 @@
#define bricks_width 16
#define bricks_height 16
static char bricks_bits[] = {
0x00, 0x00, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0x00, 0x00, 0xef, 0xef,
0xef, 0xef, 0xef, 0xef, 0x00, 0x00, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe,
0x00, 0x00, 0xef, 0xef, 0xef, 0xef, 0xef, 0xef};

View File

@@ -0,0 +1,6 @@
#define land_tile_width 16
#define land_tile_height 16
static char land_tile_bits[] = {
0x00, 0x00, 0xfc, 0xf9, 0xfc, 0xf9, 0xfc, 0xf9, 0x00, 0x00, 0x9f, 0x3f,
0x9f, 0x3f, 0x9f, 0x3f, 0x00, 0x00, 0xfc, 0xf9, 0xfc, 0xf9, 0xfc, 0xf9,
0x00, 0x00, 0x9f, 0x3f, 0x9f, 0x3f, 0x9f, 0x3f};

View File

@@ -0,0 +1,6 @@
#define bricks_block_width 16
#define bricks_block_height 16
static char bricks_block_bits[] = {
0x00, 0x00, 0xfe, 0xee, 0xfe, 0xee, 0xfe, 0xee, 0x00, 0xee, 0xfe, 0xee,
0xfe, 0xee, 0xfe, 0xee, 0x00, 0x00, 0xee, 0xfe, 0xee, 0xfe, 0xee, 0xfe,
0xee, 0x00, 0xee, 0xfe, 0xee, 0xfe, 0xee, 0xfe};

View File

@@ -0,0 +1,6 @@
#define cobblestone_width 16
#define cobblestone_height 16
static char cobblestone_bits[] = {
0x00,0x7e,0xff,0x42,0x81,0x5a,0xbd,0x5a,0xbd,0x5a,0x81,0x5a,0xff,0x42,0x00,
0x7e,0x7e,0x00,0x42,0xff,0x5a,0x81,0x5a,0xbd,0x5a,0xbd,0x5a,0x81,0x42,0xff,
0x7e,0x00};

View File

@@ -0,0 +1,5 @@
#define brick_diag_width 12
#define brick_diag_height 12
static char brick_diag_bits[] = {
0xbe, 0x0f, 0x5d, 0x07, 0xeb, 0x0a, 0xf7, 0x0d, 0xfb, 0x0e, 0x7d, 0x0f,
0xbe, 0x0f, 0x5d, 0x07, 0xeb, 0x0a, 0xf7, 0x0d, 0xfb, 0x0e, 0x7d, 0x0f};

View File

@@ -0,0 +1,5 @@
#define brick_diag_block_width 12
#define brick_diag_block_height 12
static char brick_diag_block_bits[] = {
0xbe, 0x0f, 0x5d, 0x0f, 0xeb, 0x0e, 0xf7, 0x0d, 0xfb, 0x0a, 0x7d, 0x07,
0xbe, 0x0f, 0xdd, 0x07, 0xeb, 0x0b, 0xf7, 0x0d, 0xef, 0x0a, 0x5f, 0x07};

View File

@@ -0,0 +1,5 @@
#define brick_diag_hering_width 12
#define brick_diag_hering_height 12
static char brick_diag_hering_bits[] = {
0xbe, 0x0f, 0x5d, 0x0f, 0xeb, 0x0e, 0xf7, 0x0d, 0xfb, 0x0a, 0x7d, 0x07,
0xbe, 0x0f, 0x5d, 0x0f, 0xeb, 0x0e, 0xf7, 0x0d, 0xfb, 0x0a, 0x7d, 0x07};

View File

@@ -0,0 +1,6 @@
#define bricks_hering_width 16
#define bricks_hering_height 16
static char bricks_hering_bits[] = {
0x00, 0xe0, 0xee, 0xef, 0xee, 0xef, 0xee, 0xef, 0x0e, 0x00, 0xee, 0xfe,
0xee, 0xfe, 0xee, 0xfe, 0xe0, 0x00, 0xef, 0xee, 0xef, 0xee, 0xef, 0xee,
0x00, 0x0e, 0xfe, 0xee, 0xfe, 0xee, 0xfe, 0xee};

View File

@@ -0,0 +1,6 @@
#define overlap_width 16
#define overlap_height 16
static char overlap_bits[] = {
0xfb,0xbe,0x7d,0xdf,0xba,0xae,0xd7,0x75,0xab,0xfb,0x7d,0xf7,0xfe,0xee,0x7d,
0x77,0xbb,0xbb,0x57,0xd5,0xeb,0xee,0xdd,0xf7,0xba,0xeb,0x77,0x5d,0xef,0xbe,
0xf7,0x7d};

View File

@@ -0,0 +1,9 @@
#define brick_pat1_width 24
#define brick_pat1_height 24
static char brick_pat1_bits[] = {
0x00, 0x00, 0x00, 0xfe, 0xee, 0xef, 0xfe, 0xee, 0xef, 0xfe, 0xee, 0xef,
0x00, 0x00, 0x00, 0xbb, 0xbf, 0xfb, 0xbb, 0xbf, 0xfb, 0xbb, 0xbf, 0xfb,
0x00, 0x00, 0x00, 0xfe, 0xee, 0xef, 0xfe, 0xee, 0xef, 0xfe, 0xee, 0xef,
0x00, 0x00, 0x00, 0xbb, 0xbf, 0xfb, 0xbb, 0xbf, 0xfb, 0xbb, 0xbf, 0xfb,
0x00, 0x00, 0x00, 0xfe, 0xee, 0xef, 0xfe, 0xee, 0xef, 0xfe, 0xee, 0xef,
0x00, 0x00, 0x00, 0xbb, 0xbf, 0xfb, 0xbb, 0xbf, 0xfb, 0xbb, 0xbf, 0xfb};

View File

@@ -0,0 +1,6 @@
#define bricks_weave_width 16
#define bricks_weave_height 16
static char bricks_weave_bits[] = {
0xee,0xee,0xba,0xbb,0xdc,0xdd,0x76,0x77,0xee,0xee,0x00,0x00,0xdd,0xdc,0x77,
0x76,0xee,0xee,0xbb,0xba,0xdd,0xdc,0x77,0x76,0xee,0xee,0x00,0x00,0xdc,0xdd,
0x76,0x77};

View File

@@ -0,0 +1,6 @@
#define sbump_width 16
#define sbump_height 16
static char sbump_bits[] = {
0xaa,0xaa,0x5d,0x55,0xae,0xaa,0x57,0xd5,0xaa,0xaa,0x15,0x55,0x8a,0xaa,0x55,
0x5d,0xaa,0xaa,0x55,0x5d,0xaa,0xae,0xd5,0x57,0xaa,0xaa,0x55,0x15,0xaa,0x8a,
0x5d,0x55};

View File

@@ -0,0 +1,6 @@
#define new_pattern_width 16
#define new_pattern_height 16
static char new_pattern_bits[] = {
0x10,0x10,0x38,0x39,0x7c,0x7d,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0x7c,0x7d,0xb8,
0x3b,0xd6,0xd7,0xb8,0x3b,0x7c,0x7d,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0x7c,0x7d,
0x38,0x39};

View File

@@ -0,0 +1,6 @@
#define cheks1_width 16
#define cheks1_height 16
static char cheks1_bits[] = {
0x33,0x33,0x33,0x33,0xcc,0xcc,0xcc,0xcc,0x33,0x33,0x33,0x33,0xcc,0xcc,0xcc,
0xcc,0x33,0x33,0x33,0x33,0xcc,0xcc,0xcc,0xcc,0x33,0x33,0x33,0x33,0xcc,0xcc,
0xcc,0xcc};

View File

@@ -0,0 +1,8 @@
#define cross_check_width 20
#define cross_check_height 20
static char cross_check_bits[] = {
0x5d, 0x74, 0x01, 0xe8, 0xa2, 0x0b, 0x45, 0x17, 0x0d, 0x2e, 0xba, 0x08,
0x74, 0xd1, 0x05, 0xa2, 0x8b, 0x0e, 0x17, 0x5d, 0x04, 0xba, 0xe8, 0x02,
0xd1, 0x45, 0x07, 0x8b, 0x2e, 0x0a, 0x5d, 0x74, 0x01, 0xe8, 0xa2, 0x0b,
0x45, 0x17, 0x0d, 0x2e, 0xba, 0x08, 0x74, 0xd1, 0x05, 0xa2, 0x8b, 0x0e,
0x17, 0x5d, 0x04, 0xba, 0xe8, 0x02, 0xd1, 0x45, 0x07, 0x8b, 0x2e, 0x0a};

View File

@@ -0,0 +1,5 @@
#define arrow_in_out_width 12
#define arrow_in_out_height 12
static char arrow_in_out_bits[] = {
0x24, 0x09, 0xae, 0x0b, 0xff, 0x0f, 0xae, 0x0b, 0x24, 0x09, 0xff, 0x0f,
0x24, 0x09, 0x75, 0x0d, 0xff, 0x0f, 0x75, 0x0d, 0x24, 0x09, 0xff, 0x0f};

View File

@@ -0,0 +1,5 @@
#define arrow_all_width 12
#define arrow_all_height 12
static char arrow_all_bits[] = {
0x2c, 0x0b, 0x65, 0x09, 0xff, 0x0f, 0x34, 0x0d, 0xa6, 0x09, 0xff, 0x0f,
0x2c, 0x0b, 0x65, 0x09, 0xff, 0x0f, 0x34, 0x0d, 0xa6, 0x09, 0xff, 0x0f};

View File

@@ -0,0 +1,5 @@
#define arrow_same_width 12
#define arrow_same_height 12
static char arrow_same_bits[] = {
0xcc, 0x0c, 0xee, 0x0e, 0x33, 0x03, 0xbb, 0x0b, 0xcc, 0x0c, 0xee, 0x0e,
0x33, 0x03, 0xbb, 0x0b, 0xcc, 0x0c, 0xee, 0x0e, 0x33, 0x03, 0xbb, 0x0b};

View File

@@ -0,0 +1,6 @@
#define el_width 16
#define el_height 16
static char el_bits[] = {
0x9e,0x9e,0xf4,0xf4,0xa7,0xa7,0x3d,0x3d,0xe9,0xe9,0x4f,0x4f,0x7a,0x7a,0xd3,
0xd3,0x9e,0x9e,0xf4,0xf4,0xa7,0xa7,0x3d,0x3d,0xe9,0xe9,0x4f,0x4f,0x7a,0x7a,
0xd3,0xd3};

View File

@@ -0,0 +1,5 @@
#define arrow_swap_width 12
#define arrow_swap_height 12
static char arrow_swap_bits[] = {
0x2c, 0x0b, 0xa6, 0x09, 0xff, 0x0f, 0x65, 0x09, 0x34, 0x0d, 0xff, 0x0f,
0x2c, 0x0b, 0xa6, 0x09, 0xff, 0x0f, 0x65, 0x09, 0x34, 0x0d, 0xff, 0x0f};

View File

@@ -0,0 +1,6 @@
#define Circle_hex_width 16
#define Circle_hex_height 16
static char Circle_hex_bits[] = {
0xe3, 0xe3, 0xdd, 0xdd, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xbe, 0xdd, 0xdd,
0xe3, 0xe3, 0xff, 0xff, 0x3e, 0x3e, 0xdd, 0xdd, 0xeb, 0xeb, 0xeb, 0xeb,
0xeb, 0xeb, 0xdd, 0xdd, 0x3e, 0x3e, 0xff, 0xff};

View File

@@ -0,0 +1,6 @@
#define Circle_tile_width 16
#define Circle_tile_height 16
static char Circle_tile_bits[] = {
0xab, 0xab, 0x7d, 0x7d, 0xfe, 0xfe, 0xff, 0xff, 0xfe, 0xfe, 0xff, 0xff,
0xfe, 0xfe, 0x7d, 0x7d, 0xab, 0xab, 0x7d, 0x7d, 0xfe, 0xfe, 0xff, 0xff,
0xfe, 0xfe, 0xff, 0xff, 0xfe, 0xfe, 0x7d, 0x7d};

View File

@@ -0,0 +1,6 @@
#define player17_width 16
#define player17_height 16
static char player17_bits[] = {
0x1c, 0x1c, 0x22, 0x22, 0x41, 0x41, 0x49, 0x49, 0x41, 0x41, 0x22, 0x22,
0x1c, 0x1c, 0x80, 0x80, 0x1c, 0x1c, 0x22, 0x22, 0x41, 0x41, 0x49, 0x49,
0x41, 0x41, 0x22, 0x22, 0x1c, 0x1c, 0x80, 0x80};

View File

@@ -0,0 +1,6 @@
#define crabcan2_width 16
#define crabcan2_height 16
static char crabcan2_bits[] = {
0x55,0x45,0x7d,0x01,0xd7,0x01,0xfe,0x01,0xfe,0x28,0xfe,0x82,0xba,0xaa,0x55,
0x55,0xaa,0xba,0x82,0xfe,0x28,0xfe,0x01,0xfe,0x01,0xd7,0x01,0x7d,0x45,0x55,
0xaa,0xaa};

View File

@@ -0,0 +1,6 @@
#define pat_diamonds_width 16
#define pat_diamonds_height 16
static char pat_diamonds_bits[] = {
0x08, 0x08, 0x14, 0x14, 0x2a, 0x2a, 0x55, 0x55, 0x2a, 0x2a, 0x14, 0x14,
0x08, 0x08, 0x00, 0x00, 0x08, 0x08, 0x14, 0x14, 0x2a, 0x2a, 0x55, 0x55,
0x2a, 0x2a, 0x14, 0x14, 0x08, 0x08, 0x00, 0x00};

View File

@@ -0,0 +1,6 @@
#define screen3_width 16
#define screen3_height 16
static char screen3_bits[] = {
0x55,0x55,0xff,0xff,0x55,0x55,0xff,0xff,0x55,0x55,0xff,0xff,0x55,0x55,0xff,
0xff,0x55,0x55,0xff,0xff,0x55,0x55,0xff,0xff,0x55,0x55,0xff,0xff,0x55,0x55,
0xff,0xff};

View File

@@ -0,0 +1,6 @@
#define dots_big_width 16
#define dots_big_height 16
static char dots_big_bits[] = {
0xdd, 0xdd, 0x88, 0x88, 0xdd, 0xdd, 0xff, 0xff, 0xdd, 0xdd, 0x88, 0x88,
0xdd, 0xdd, 0xff, 0xff, 0xdd, 0xdd, 0x88, 0x88, 0xdd, 0xdd, 0xff, 0xff,
0xdd, 0xdd, 0x88, 0x88, 0xdd, 0xdd, 0xff, 0xff};

View File

@@ -0,0 +1,6 @@
#define cross_stag_width 16
#define cross_stag_height 16
static char cross_stag_bits[] = {
0xdd, 0xdd, 0xf8, 0xf8, 0xdd, 0xdd, 0x8f, 0x8f, 0xdd, 0xdd, 0xf8, 0xf8,
0xdd, 0xdd, 0x8f, 0x8f, 0xdd, 0xdd, 0xf8, 0xf8, 0xdd, 0xdd, 0x8f, 0x8f,
0xdd, 0xdd, 0xf8, 0xf8, 0xdd, 0xdd, 0x8f, 0x8f};

View File

@@ -0,0 +1,6 @@
#define weave-diag_width 16
#define weave-diag_height 16
static char weave-diag_bits[] = {
0xbb, 0xbb, 0xff, 0xff, 0xee, 0xee, 0xff, 0xff, 0xbb, 0xbb, 0xff, 0xff,
0xee, 0xee, 0xff, 0xff, 0xbb, 0xbb, 0xff, 0xff, 0xee, 0xee, 0xff, 0xff,
0xbb, 0xbb, 0xff, 0xff, 0xee, 0xee, 0xff, 0xff};

View File

@@ -0,0 +1,6 @@
#define dots5_width 16
#define dots5_height 16
static char dots5_bits[] = {
0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xef,0xef,0xff,0xff,0xff,0xff,0xff,
0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xef,0xef,0xff,0xff,0xff,0xff,
0xff,0xff};

View File

@@ -0,0 +1,6 @@
#define dots_hex_width 16
#define dots_hex_height 18
static char dots_hex_bits[] = {
0xed, 0xed, 0xff, 0xff, 0xff, 0xff, 0xde, 0xde, 0xff, 0xff, 0xff, 0xff,
0xed, 0xed, 0xff, 0xff, 0xff, 0xff, 0xde, 0xde, 0xff, 0xff, 0xff, 0xff,
0xed, 0xed, 0xff, 0xff, 0xff, 0xff, 0xde, 0xde, 0xff, 0xff, 0xff, 0xff};

View File

@@ -0,0 +1,6 @@
#define pattern5_width 16
#define pattern5_height 16
static char pattern5_bits[] = {
0x99, 0x99, 0xf6, 0xf6, 0x99, 0x99, 0x6f, 0x6f, 0x99, 0x99, 0xf6, 0xf6,
0x99, 0x99, 0x6f, 0x6f, 0x99, 0x99, 0xf6, 0xf6, 0x99, 0x99, 0x6f, 0x6f,
0x99, 0x99, 0xf6, 0xf6, 0x99, 0x99, 0x6f, 0x6f};

View File

@@ -0,0 +1,6 @@
#define dots_rand_width 16
#define dots_rand_height 16
static char dots_rand_bits[] = {
0xff, 0xff, 0xfe, 0xfd, 0xbf, 0xff, 0xff, 0xef, 0xfb, 0xff, 0xff, 0xbf,
0xdf, 0xfb, 0xff, 0xff, 0xfd, 0xff, 0xdf, 0xdf, 0xff, 0xfe, 0xff, 0xff,
0xfb, 0xef, 0xff, 0xff, 0xff, 0x7e, 0xef, 0xef};

View File

@@ -0,0 +1,6 @@
#define dots_rand2_width 16
#define dots_rand2_height 16
static char dots_rand2_bits[] = {
0x7f, 0x26, 0xe7, 0xff, 0xff, 0x9f, 0x99, 0xfc, 0xff, 0xcf, 0x9c, 0xff,
0xff, 0xfc, 0xfe, 0x4f, 0xcf, 0xf9, 0xf9, 0xff, 0x9f, 0xcc, 0xfc, 0xff,
0xff, 0xf9, 0x27, 0x3f, 0xff, 0xfc, 0xf9, 0xff};

View File

@@ -0,0 +1,6 @@
#define 88_grey_width 16
#define 88_grey_height 16
static char 88_grey_bits[] = {
0xbf, 0xbf, 0xf7, 0xf7, 0xfe, 0xfe, 0xdf, 0xdf, 0xfb, 0xfb, 0x7f, 0x7f,
0xef, 0xef, 0xfd, 0xfd, 0xbf, 0xbf, 0xf7, 0xf7, 0xfe, 0xfe, 0xdf, 0xdf,
0xfb, 0xfb, 0x7f, 0x7f, 0xef, 0xef, 0xfd, 0xfd};

View File

@@ -0,0 +1,6 @@
#define dots_slanted_width 15
#define dots_slanted_height 15
static char dots_slanted_bits[] = {
0xbd, 0xf7, 0xef, 0xbd, 0x7b, 0xef, 0xde, 0xfb, 0xf7, 0xde, 0xbd, 0xf7,
0xef, 0xbd, 0x7b, 0xef, 0xde, 0xfb, 0xf7, 0xde, 0xbd, 0xf7, 0xef, 0xbd,
0x7b, 0xef, 0xde, 0xfb, 0xf7, 0xde};

View File

@@ -0,0 +1,6 @@
#define weave-diag_width 16
#define weave-diag_height 16
static char weave-diag_bits[] = {
0xee, 0xee, 0xbb, 0xbb, 0xee, 0xee, 0xbb, 0xbb, 0xee, 0xee, 0xbb, 0xbb,
0xee, 0xee, 0xbb, 0xbb, 0xee, 0xee, 0xbb, 0xbb, 0xee, 0xee, 0xbb, 0xbb,
0xee, 0xee, 0xbb, 0xbb, 0xee, 0xee, 0xbb, 0xbb};

View File

@@ -0,0 +1,6 @@
#define dots1_width 16
#define dots1_height 16
static char dots1_bits[] = {
0xee,0xee,0xff,0xff,0xff,0xff,0xff,0xff,0xee,0xee,0xff,0xff,0xff,0xff,0xff,
0xff,0xee,0xee,0xff,0xff,0xff,0xff,0xff,0xff,0xee,0xee,0xff,0xff,0xff,0xff,
0xff,0xff};

View File

@@ -0,0 +1,6 @@
#define chains_width 16
#define chains_height 16
static char chains_bits[] = {
0x9f, 0xf9, 0x9f, 0xf9, 0x3f, 0xff, 0x3f, 0xfe, 0x7f, 0xfc, 0xdc, 0x18,
0x8c, 0x0d, 0xc7, 0xc7, 0xe3, 0xe3, 0xb0, 0x31, 0x18, 0x3b, 0x3f, 0xfe,
0x7f, 0xfc, 0xff, 0xfc, 0x9f, 0xf9, 0x9f, 0xf9};

View File

@@ -0,0 +1,6 @@
#define fence2_width 16
#define fence2_height 16
static char fence2_bits[] = {
0x9f, 0xf9, 0x9f, 0xf9, 0x3f, 0xff, 0x3f, 0xfe, 0x7f, 0xfc, 0xdf, 0xf8,
0x8f, 0xf1, 0xc0, 0x03, 0xc0, 0x03, 0x8f, 0xf1, 0x1f, 0xfb, 0x3f, 0xfe,
0x7f, 0xfc, 0xff, 0xfc, 0x9f, 0xf9, 0x9f, 0xf9};

View File

@@ -0,0 +1,6 @@
#define knitting_width 16
#define knitting_height 16
static char knitting_bits[] = {
0xe7,0xe7,0xe7,0xe7,0xe7,0xf3,0xe4,0x73,0xe4,0x39,0xa7,0x19,0x27,0x8f,0x23,
0xce,0x73,0xc4,0xf1,0xe4,0x98,0xe5,0x9c,0x27,0xce,0x27,0xcf,0xe7,0xe7,0xe7,
0xe7,0xe7};

View File

@@ -0,0 +1,6 @@
#define fence1_width 16
#define fence1_height 16
static char fence1_bits[] = {
0x7c,0x7e,0x39,0xff,0x63,0xff,0xc7,0xff,0x0f,0xfe,0x3f,0xfc,0xef,0xf9,0xcf,
0xf3,0xcf,0xf3,0x9f,0xf7,0x3f,0xfc,0x7f,0xf8,0xff,0xe3,0xff,0xc6,0xff,0x9c,
0x7e,0x3e};

View File

@@ -0,0 +1,6 @@
#define fence3_width 16
#define fence3_height 16
static char fence3_bits[] = {
0x7f, 0xfe, 0x3f, 0xff, 0x3f, 0xff, 0x9f, 0xff, 0x9f, 0xfd, 0xcf, 0xf8,
0xc9, 0xf1, 0xc8, 0x73, 0xce, 0x13, 0x8f, 0x93, 0x1f, 0xf3, 0xbf, 0xf9,
0xff, 0xf9, 0xff, 0xfc, 0xff, 0xfc, 0x7f, 0xfe};

View File

@@ -0,0 +1,6 @@
#define fence_sqknot_width 16
#define fence_sqknot_height 16
static char fence_sqknot_bits[] = {
0xff, 0xff, 0x87, 0xe1, 0x03, 0xc3, 0x63, 0xc6, 0xff, 0xcc, 0x80, 0x49,
0xc0, 0x4b, 0xff, 0xcf, 0xff, 0xcf, 0xc0, 0x4b, 0x80, 0x49, 0xff, 0xcc,
0x63, 0xc6, 0x03, 0xc3, 0x87, 0xe1, 0xff, 0xff};

View File

@@ -0,0 +1,6 @@
#define escher8_width 16
#define escher8_height 16
static char escher8_bits[] = {
0xf7,0xf7,0xef,0xef,0xcd,0xcd,0xa1,0xa1,0x03,0x03,0x81,0x81,0xcd,0xcd,0xaf,
0xaf,0xf7,0xf7,0xef,0xef,0xcd,0xcd,0xa1,0xa1,0x03,0x03,0x81,0x81,0xcd,0xcd,
0xaf,0xaf};

View File

@@ -0,0 +1,6 @@
#define pat_fishes_width 16
#define pat_fishes_height 16
static char pat_fishes_bits[] = {
0xfb, 0xfb, 0xf7, 0xf7, 0xe4, 0xe4, 0xd1, 0xd1, 0xc1, 0xc1, 0xe4, 0xe4,
0xf7, 0xf7, 0xff, 0xff, 0xbf, 0xbf, 0x7f, 0x7f, 0x4e, 0x4e, 0x1d, 0x1d,
0x1c, 0x1c, 0x4e, 0x4e, 0x7f, 0x7f, 0xff, 0xff};

View File

@@ -0,0 +1,6 @@
#define grey32_width 16
#define grey32_height 16
static char grey32_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};

View File

@@ -0,0 +1,6 @@
#define grey31_width 16
#define grey31_height 16
static char grey31_bits[] = {
0x00,0x00,0x40,0x40,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x00,0x00,0x00,
0x00,0x00,0x00,0x40,0x40,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x00,0x00,
0x00,0x00};

View File

@@ -0,0 +1,6 @@
#define grey30_width 16
#define grey30_height 16
static char grey30_bits[] = {
0x00,0x00,0x04,0x04,0x00,0x00,0x40,0x40,0x00,0x00,0x04,0x04,0x00,0x00,0x40,
0x40,0x00,0x00,0x04,0x04,0x00,0x00,0x40,0x40,0x00,0x00,0x04,0x04,0x00,0x00,
0x40,0x40};

View File

@@ -0,0 +1,6 @@
#define grey29_width 16
#define grey29_height 16
static char grey29_bits[] = {
0x00,0x00,0x44,0x44,0x00,0x00,0x00,0x00,0x00,0x00,0x44,0x44,0x00,0x00,0x00,
0x00,0x00,0x00,0x44,0x44,0x00,0x00,0x00,0x00,0x00,0x00,0x44,0x44,0x00,0x00,
0x00,0x00};

View File

@@ -0,0 +1,6 @@
#define grey28_width 16
#define grey28_height 16
static char grey28_bits[] = {
0x88,0x88,0x00,0x00,0x22,0x22,0x00,0x00,0x88,0x88,0x00,0x00,0x22,0x22,0x00,
0x00,0x88,0x88,0x00,0x00,0x22,0x22,0x00,0x00,0x88,0x88,0x00,0x00,0x22,0x22,
0x00,0x00};

View File

@@ -0,0 +1,6 @@
#define grey27_width 16
#define grey27_height 16
static char grey27_bits[] = {
0x00,0x00,0x55,0x55,0x00,0x00,0x44,0x44,0x00,0x00,0x55,0x55,0x00,0x00,0x44,
0x44,0x00,0x00,0x55,0x55,0x00,0x00,0x44,0x44,0x00,0x00,0x55,0x55,0x00,0x00,
0x44,0x44};

View File

@@ -0,0 +1,6 @@
#define grey26_width 16
#define grey26_height 16
static char grey26_bits[] = {
0x00,0x00,0x55,0x55,0x00,0x00,0x22,0x22,0x00,0x00,0x55,0x55,0x00,0x00,0x88,
0x88,0x00,0x00,0x55,0x55,0x00,0x00,0x22,0x22,0x00,0x00,0x55,0x55,0x00,0x00,
0x88,0x88};

View File

@@ -0,0 +1,6 @@
#define grey25_width 16
#define grey25_height 16
static char grey25_bits[] = {
0x00,0x00,0x55,0x55,0x00,0x00,0x55,0x55,0x00,0x00,0x55,0x55,0x00,0x00,0x55,
0x55,0x00,0x00,0x55,0x55,0x00,0x00,0x55,0x55,0x00,0x00,0x55,0x55,0x00,0x00,
0x55,0x55};

View File

@@ -0,0 +1,6 @@
#define grey24_width 16
#define grey24_height 16
static char grey24_bits[] = {
0x44,0x44,0x11,0x11,0x44,0x44,0x11,0x11,0x44,0x44,0x11,0x11,0x44,0x44,0x11,
0x11,0x44,0x44,0x11,0x11,0x44,0x44,0x11,0x11,0x44,0x44,0x11,0x11,0x44,0x44,
0x11,0x11};

View File

@@ -0,0 +1,6 @@
#define grey23_width 16
#define grey23_height 16
static char grey23_bits[] = {
0x00,0x00,0x55,0x55,0x20,0x20,0x55,0x55,0x00,0x00,0x55,0x55,0x02,0x02,0x55,
0x55,0x00,0x00,0x55,0x55,0x20,0x20,0x55,0x55,0x00,0x00,0x55,0x55,0x02,0x02,
0x55,0x55};

View File

@@ -0,0 +1,6 @@
#define grey22_width 16
#define grey22_height 16
static char grey22_bits[] = {
0x88,0x88,0x55,0x55,0x00,0x00,0x55,0x55,0x88,0x88,0x55,0x55,0x00,0x00,0x55,
0x55,0x88,0x88,0x55,0x55,0x00,0x00,0x55,0x55,0x88,0x88,0x55,0x55,0x00,0x00,
0x55,0x55};

View File

@@ -0,0 +1,6 @@
#define grey21_width 16
#define grey21_height 16
static char grey21_bits[] = {
0x88,0x88,0x55,0x55,0x20,0x20,0x55,0x55,0x88,0x88,0x55,0x55,0x02,0x02,0x55,
0x55,0x88,0x88,0x55,0x55,0x20,0x20,0x55,0x55,0x88,0x88,0x55,0x55,0x02,0x02,
0x55,0x55};

View File

@@ -0,0 +1,6 @@
#define grey20_width 16
#define grey20_height 16
static char grey20_bits[] = {
0x55,0x55,0x88,0x88,0x55,0x55,0x22,0x22,0x55,0x55,0x88,0x88,0x55,0x55,0x22,
0x22,0x55,0x55,0x88,0x88,0x55,0x55,0x22,0x22,0x55,0x55,0x88,0x88,0x55,0x55,
0x22,0x22};

View File

@@ -0,0 +1,6 @@
#define grey19_width 16
#define grey19_height 16
static char grey19_bits[] = {
0x55,0x55,0x88,0x88,0x55,0x55,0xa2,0xa2,0x55,0x55,0x88,0x88,0x55,0x55,0x2a,
0x2a,0x55,0x55,0x88,0x88,0x55,0x55,0xa2,0xa2,0x55,0x55,0x88,0x88,0x55,0x55,
0x2a,0x2a};

View File

@@ -0,0 +1,6 @@
#define grey18_width 16
#define grey18_height 16
static char grey18_bits[] = {
0x15,0x15,0xaa,0xaa,0x51,0x51,0xaa,0xaa,0x15,0x15,0xaa,0xaa,0x51,0x51,0xaa,
0xaa,0x15,0x15,0xaa,0xaa,0x51,0x51,0xaa,0xaa,0x15,0x15,0xaa,0xaa,0x51,0x51,
0xaa,0xaa};

View File

@@ -0,0 +1,6 @@
#define grey17_width 16
#define grey17_height 16
static char grey17_bits[] = {
0x55,0x55,0x8a,0x8a,0x55,0x55,0xaa,0xaa,0x55,0x55,0xa8,0xa8,0x55,0x55,0xaa,
0xaa,0x55,0x55,0x8a,0x8a,0x55,0x55,0xaa,0xaa,0x55,0x55,0xa8,0xa8,0x55,0x55,
0xaa,0xaa};

View File

@@ -0,0 +1,6 @@
#define grey16_width 16
#define grey16_height 16
static char grey16_bits[] = {
0x55,0x55,0xaa,0xaa,0x55,0x55,0xaa,0xaa,0x55,0x55,0xaa,0xaa,
0x55,0x55,0xaa,0xaa,0x55,0x55,0xaa,0xaa,0x55,0x55,0xaa,0xaa,
0x55,0x55,0xaa,0xaa,0x55,0x55,0xaa,0xaa};

View File

@@ -0,0 +1,6 @@
#define grey15_width 16
#define grey15_height 16
static char grey15_bits[] = {
0x55,0x55,0xae,0xae,0x55,0x55,0xaa,0xaa,0x55,0x55,0xea,0xea,
0x55,0x55,0xaa,0xaa,0x55,0x55,0xae,0xae,0x55,0x55,0xaa,0xaa,
0x55,0x55,0xea,0xea,0x55,0x55,0xaa,0xaa};

View File

@@ -0,0 +1,6 @@
#define grey14_width 16
#define grey14_height 16
static char grey14_bits[] = {
0x57,0x57,0xaa,0xaa,0x75,0x75,0xaa,0xaa,0x57,0x57,0xaa,0xaa,
0x75,0x75,0xaa,0xaa,0x57,0x57,0xaa,0xaa,0x75,0x75,0xaa,0xaa,
0x57,0x57,0xaa,0xaa,0x75,0x75,0xaa,0xaa};

View File

@@ -0,0 +1,6 @@
#define grey13_width 16
#define grey13_height 16
static char grey13_bits[] = {
0x55,0x55,0xee,0xee,0x55,0x55,0xba,0xba,0x55,0x55,0xee,0xee,
0x55,0x55,0xab,0xab,0x55,0x55,0xee,0xee,0x55,0x55,0xba,0xba,
0x55,0x55,0xee,0xee,0x55,0x55,0xab,0xab};

View File

@@ -0,0 +1,6 @@
#define grey12_width 16
#define grey12_height 16
static char grey12_bits[] = {
0x55,0x55,0xee,0xee,0x55,0x55,0xbb,0xbb,0x55,0x55,0xee,0xee,
0x55,0x55,0xbb,0xbb,0x55,0x55,0xee,0xee,0x55,0x55,0xbb,0xbb,
0x55,0x55,0xee,0xee,0x55,0x55,0xbb,0xbb};

View File

@@ -0,0 +1,6 @@
#define grey11_width 16
#define grey11_height 16
static char grey11_bits[] = {
0xee,0xee,0x55,0x55,0xfb,0xfb,0x55,0x55,0xee,0xee,0x55,0x55,
0xbf,0xbf,0x55,0x55,0xee,0xee,0x55,0x55,0xfb,0xfb,0x55,0x55,
0xee,0xee,0x55,0x55,0xbf,0xbf,0x55,0x55};

View File

@@ -0,0 +1,6 @@
#define grey10_width 16
#define grey10_height 16
static char grey10_bits[] = {
0xee,0xee,0x55,0x55,0xff,0xff,0x55,0x55,0xee,0xee,0x55,0x55,
0xff,0xff,0x55,0x55,0xee,0xee,0x55,0x55,0xff,0xff,0x55,0x55,
0xee,0xee,0x55,0x55,0xff,0xff,0x55,0x55};

View File

@@ -0,0 +1,6 @@
#define grey09_width 16
#define grey09_height 16
static char grey09_bits[] = {
0xff,0xff,0x55,0x55,0xfb,0xfb,0x55,0x55,0xff,0xff,0x55,0x55,
0xbf,0xbf,0x55,0x55,0xff,0xff,0x55,0x55,0xfb,0xfb,0x55,0x55,
0xff,0xff,0x55,0x55,0xbf,0xbf,0x55,0x55};

View File

@@ -0,0 +1,6 @@
#define grey08_width 16
#define grey08_height 16
static char grey08_bits[] = {
0xdd,0xdd,0x77,0x77,0xdd,0xdd,0x77,0x77,0xdd,0xdd,0x77,0x77,
0xdd,0xdd,0x77,0x77,0xdd,0xdd,0x77,0x77,0xdd,0xdd,0x77,0x77,
0xdd,0xdd,0x77,0x77,0xdd,0xdd,0x77,0x77};

View File

@@ -0,0 +1,6 @@
#define grey07_width 16
#define grey07_height 16
static char grey07_bits[] = {
0xff,0xff,0x55,0x55,0xff,0xff,0x55,0x55,0xff,0xff,0x55,0x55,
0xff,0xff,0x55,0x55,0xff,0xff,0x55,0x55,0xff,0xff,0x55,0x55,
0xff,0xff,0x55,0x55,0xff,0xff,0x55,0x55};

View File

@@ -0,0 +1,6 @@
#define grey06_width 16
#define grey06_height 16
static char grey06_bits[] = {
0xff,0xff,0x55,0x55,0xff,0xff,0xbb,0xbb,0xff,0xff,0x55,0x55,
0xff,0xff,0xee,0xee,0xff,0xff,0x55,0x55,0xff,0xff,0xbb,0xbb,
0xff,0xff,0x55,0x55,0xff,0xff,0xee,0xee};

View File

@@ -0,0 +1,6 @@
#define grey05_width 16
#define grey05_height 16
static char grey05_bits[] = {
0xff,0xff,0x55,0x55,0xff,0xff,0xdd,0xdd,0xff,0xff,0x55,0x55,
0xff,0xff,0xdd,0xdd,0xff,0xff,0x55,0x55,0xff,0xff,0xdd,0xdd,
0xff,0xff,0x55,0x55,0xff,0xff,0xdd,0xdd};

View File

@@ -0,0 +1,6 @@
#define grey04_width 16
#define grey04_height 16
static char grey04_bits[] = {
0xee,0xee,0xff,0xff,0xbb,0xbb,0xff,0xff,0xee,0xee,0xff,0xff,
0xbb,0xbb,0xff,0xff,0xee,0xee,0xff,0xff,0xbb,0xbb,0xff,0xff,
0xee,0xee,0xff,0xff,0xbb,0xbb,0xff,0xff};

View File

@@ -0,0 +1,6 @@
#define grey03_width 16
#define grey03_height 16
static char grey03_bits[] = {
0xff,0xff,0xdd,0xdd,0xff,0xff,0xff,0xff,0xff,0xff,0xdd,0xdd,
0xff,0xff,0xff,0xff,0xff,0xff,0xdd,0xdd,0xff,0xff,0xff,0xff,
0xff,0xff,0xdd,0xdd,0xff,0xff,0xff,0xff};

View File

@@ -0,0 +1,6 @@
#define grey02_width 16
#define grey02_height 16
static char grey02_bits[] = {
0xff,0xff,0xdf,0xdf,0xff,0xff,0xfd,0xfd,0xff,0xff,0xdf,0xdf,
0xff,0xff,0xfd,0xfd,0xff,0xff,0xdf,0xdf,0xff,0xff,0xfd,0xfd,
0xff,0xff,0xdf,0xdf,0xff,0xff,0xfd,0xfd};

View File

@@ -0,0 +1,6 @@
#define grey01_width 16
#define grey01_height 16
static char grey01_bits[] = {
0xff,0xff,0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xdf,0xdf,
0xff,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xff,0xff,0xff,0xff,
0xff,0xff,0xdf,0xdf,0xff,0xff,0xff,0xff};

View File

@@ -0,0 +1,6 @@
#define grey00_width 16
#define grey00_height 16
static char grey00_bits[] = {
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};

View File

@@ -0,0 +1,4 @@
#define Grey_9_0_width 3
#define Grey_9_0_height 3
static char Grey_9_0_bits[] = {
0x00, 0x00, 0x00};

View File

@@ -0,0 +1,4 @@
#define gray1_width 3
#define gray1_height 3
static char gray1_bits[] = {
0x00, 0x02, 0x00};

View File

@@ -0,0 +1,4 @@
#define gray2_width 3
#define gray2_height 3
static char gray2_bits[] = {
0x00, 0x03, 0x00};

View File

@@ -0,0 +1,4 @@
#define gray3_width 3
#define gray3_height 3
static char gray3_bits[] = {
0x00, 0x03, 0x02};

View File

@@ -0,0 +1,4 @@
#define gray4_width 3
#define gray4_height 3
static char gray4_bits[] = {
0x00, 0x07, 0x02};

View File

@@ -0,0 +1,4 @@
#define gray5_width 3
#define gray5_height 3
static char gray5_bits[] = {
0x04, 0x07, 0x02};

View File

@@ -0,0 +1,4 @@
#define gray6_width 3
#define gray6_height 3
static char gray6_bits[] = {
0x04, 0x07, 0x03};

View File

@@ -0,0 +1,4 @@
#define gray7_width 3
#define gray7_height 3
static char gray7_bits[] = {
0x05, 0x07, 0x03};

View File

@@ -0,0 +1,4 @@
#define gray8_width 3
#define gray8_height 3
static char gray8_bits[] = {
0x05, 0x07, 0x07};

View File

@@ -0,0 +1,4 @@
#define gray9_width 3
#define gray9_height 3
static char gray9_bits[] = {
0xff, 0xff, 0xff};

View File

@@ -0,0 +1,6 @@
#define grid16_width 16
#define grid16_height 16
static char grid16_bits[] = {
0xaa, 0xaa, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff,
0xfe, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff,
0xfe, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff};

View File

@@ -0,0 +1,6 @@
#define grid4_width 16
#define grid4_height 16
static char grid4_bits[] = {
0xaa, 0xaa, 0xff, 0xff, 0xee, 0xee, 0xff, 0xff, 0xaa, 0xaa, 0xff, 0xff,
0xee, 0xee, 0xff, 0xff, 0xaa, 0xaa, 0xff, 0xff, 0xee, 0xee, 0xff, 0xff,
0xaa, 0xaa, 0xff, 0xff, 0xee, 0xee, 0xff, 0xff};

View File

@@ -0,0 +1,6 @@
#define grid8_width 16
#define grid8_height 16
static char grid8_bits[] = {
0xaa, 0xaa, 0xff, 0xff, 0xfe, 0xfe, 0xff, 0xff, 0xfe, 0xfe, 0xff, 0xff,
0xfe, 0xfe, 0xff, 0xff, 0xaa, 0xaa, 0xff, 0xff, 0xfe, 0xfe, 0xff, 0xff,
0xfe, 0xfe, 0xff, 0xff, 0xfe, 0xfe, 0xff, 0xff};

View File

@@ -0,0 +1,6 @@
#define grid_diag4_width 16
#define grid_diag4_height 16
static char grid_diag4_bits[] = {
0xbb, 0xbb, 0x55, 0x55, 0xee, 0xee, 0x55, 0x55, 0xbb, 0xbb, 0x55, 0x55,
0xee, 0xee, 0x55, 0x55, 0xbb, 0xbb, 0x55, 0x55, 0xee, 0xee, 0x55, 0x55,
0xbb, 0xbb, 0x55, 0x55, 0xee, 0xee, 0x55, 0x55};

View File

@@ -0,0 +1,6 @@
#define grid_diag8_width 16
#define grid_diag8_height 16
static char grid_diag8_bits[] = {
0xef, 0xef, 0xd7, 0xd7, 0xbb, 0xbb, 0x7d, 0x7d, 0xfe, 0xfe, 0x7d, 0x7d,
0xbb, 0xbb, 0xd7, 0xd7, 0xef, 0xef, 0xd7, 0xd7, 0xbb, 0xbb, 0x7d, 0x7d,
0xfe, 0xfe, 0x7d, 0x7d, 0xbb, 0xbb, 0xd7, 0xd7};

View File

@@ -0,0 +1,6 @@
#define grid_diag8_width 16
#define grid_diag8_height 16
static char grid_diag8_bits[] = {
0xff, 0xfe, 0x7f, 0xfd, 0xbf, 0xfb, 0xdf, 0xf7, 0xef, 0xef, 0xf7, 0xdf,
0xfb, 0xbf, 0xfd, 0x7f, 0xfe, 0xff, 0xfd, 0x7f, 0xfb, 0xbf, 0xf7, 0xdf,
0xef, 0xef, 0xdf, 0xf7, 0xbf, 0xfb, 0x7f, 0xfd};

View File

@@ -0,0 +1,6 @@
#define player16_width 16
#define player16_height 16
static char player16_bits[] = {
0x22, 0x22, 0x55, 0x55, 0x49, 0x49, 0x41, 0x41, 0x22, 0x22, 0x94, 0x94,
0xc9, 0xc9, 0x80, 0x80, 0x22, 0x22, 0x55, 0x55, 0x49, 0x49, 0x41, 0x41,
0x22, 0x22, 0x94, 0x94, 0xc9, 0xc9, 0x80, 0x80};

View File

@@ -0,0 +1,6 @@
#define Interferance_width 16
#define Interferance_height 16
static char Interferance_bits[] = {
0xf6,0xf6,0x9f,0x9f,0x9f,0x9f,0xf6,0xf6,0x6f,0x6f,0xf9,0xf9,0xf9,0xf9,0x6f,
0x6f,0xf6,0xf6,0x9f,0x9f,0x9f,0x9f,0xf6,0xf6,0x6f,0x6f,0xf9,0xf9,0xf9,0xf9,
0x6f,0x6f};

Some files were not shown because too many files have changed in this diff Show More