From 58b60d1455a6670cbfb1572257460065fe7e6207 Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 13 May 2020 20:25:51 +0000 Subject: Builds (just) and runs. --- GFX16/amoeba | 6 ++++++ GFX16/butterfly | 6 ++++++ GFX16/butterflygen | 6 ++++++ GFX16/chaser | 6 ++++++ GFX16/chasergen | 6 ++++++ GFX16/diamond | 6 ++++++ GFX16/earth | 6 ++++++ GFX16/exit | 6 ++++++ GFX16/filter | 6 ++++++ GFX16/miner | 6 ++++++ GFX16/oneup | 6 ++++++ GFX16/rock | 6 ++++++ GFX16/rockgen | 6 ++++++ GFX16/rockswitch | 6 ++++++ GFX16/space | 6 ++++++ GFX16/tuffwall | 6 ++++++ GFX16/wall | 6 ++++++ 17 files changed, 102 insertions(+) create mode 100644 GFX16/amoeba create mode 100644 GFX16/butterfly create mode 100644 GFX16/butterflygen create mode 100644 GFX16/chaser create mode 100644 GFX16/chasergen create mode 100644 GFX16/diamond create mode 100644 GFX16/earth create mode 100644 GFX16/exit create mode 100644 GFX16/filter create mode 100644 GFX16/miner create mode 100644 GFX16/oneup create mode 100644 GFX16/rock create mode 100644 GFX16/rockgen create mode 100644 GFX16/rockswitch create mode 100644 GFX16/space create mode 100644 GFX16/tuffwall create mode 100644 GFX16/wall (limited to 'GFX16') diff --git a/GFX16/amoeba b/GFX16/amoeba new file mode 100644 index 0000000..e77303d --- /dev/null +++ b/GFX16/amoeba @@ -0,0 +1,6 @@ +#define amoeba_width 16 +#define amoeba_height 16 +static char amoeba_bits[] = { + 0x73, 0xce, 0xad, 0xb1, 0xdd, 0xbf, 0xfd, 0xdd, 0xdd, 0xda, 0xad, 0xbd, + 0xdb, 0xbf, 0xfb, 0xbf, 0x7b, 0x77, 0xbb, 0x6a, 0x7b, 0x77, 0xf7, 0x7f, + 0xfb, 0x7f, 0x3d, 0xb9, 0xcd, 0xb6, 0xf3, 0xcf}; diff --git a/GFX16/butterfly b/GFX16/butterfly new file mode 100644 index 0000000..a2876cf --- /dev/null +++ b/GFX16/butterfly @@ -0,0 +1,6 @@ +#define butterfly_width 16 +#define butterfly_height 16 +static char butterfly_bits[] = { + 0xb3, 0xcd, 0xad, 0xb5, 0x5e, 0x7a, 0x56, 0x6a, 0x5a, 0x5a, 0x5a, 0x5a, + 0x6a, 0x56, 0x2a, 0x54, 0x2a, 0x54, 0x6a, 0x56, 0x5a, 0x5a, 0x5a, 0x5a, + 0x56, 0x6a, 0x5e, 0x7a, 0xed, 0xb7, 0xf3, 0xcf}; diff --git a/GFX16/butterflygen b/GFX16/butterflygen new file mode 100644 index 0000000..eea2401 --- /dev/null +++ b/GFX16/butterflygen @@ -0,0 +1,6 @@ +#define butterflygen_width 16 +#define butterflygen_height 16 +static char butterflygen_bits[] = { + 0x00, 0x00, 0xfe, 0x7f, 0xba, 0x7f, 0x92, 0x7f, 0x92, 0x7f, 0xba, 0x7d, + 0xfe, 0x78, 0xfe, 0x7d, 0xbe, 0x6d, 0x1e, 0x40, 0xbe, 0x6d, 0xfe, 0x7d, + 0xfe, 0x78, 0xfe, 0x7d, 0xfe, 0x7f, 0x00, 0x00}; diff --git a/GFX16/chaser b/GFX16/chaser new file mode 100644 index 0000000..230bdc5 --- /dev/null +++ b/GFX16/chaser @@ -0,0 +1,6 @@ +#define chaser_width 16 +#define chaser_height 16 +static char chaser_bits[] = { + 0x07, 0xe0, 0xfb, 0xdf, 0xfd, 0xbf, 0xc6, 0x63, 0x86, 0x61, 0xfe, 0x7f, + 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x6f, 0x0e, 0x70, 0xf6, 0x7f, 0xfe, 0x7f, + 0x3e, 0x7c, 0xdd, 0xbb, 0xed, 0xb7, 0xf3, 0xcf}; diff --git a/GFX16/chasergen b/GFX16/chasergen new file mode 100644 index 0000000..1a14efa --- /dev/null +++ b/GFX16/chasergen @@ -0,0 +1,6 @@ +#define chasergen_width 16 +#define chasergen_height 16 +static char chasergen_bits[] = { + 0x00, 0x00, 0xfe, 0x7f, 0xc6, 0x7f, 0xaa, 0x7f, 0x92, 0x7f, 0x82, 0x7d, + 0x92, 0x78, 0xfe, 0x7d, 0xbe, 0x6d, 0x1e, 0x40, 0xbe, 0x6d, 0xfe, 0x7d, + 0xfe, 0x78, 0xfe, 0x7d, 0xfe, 0x7f, 0x00, 0x00}; diff --git a/GFX16/diamond b/GFX16/diamond new file mode 100644 index 0000000..997829c --- /dev/null +++ b/GFX16/diamond @@ -0,0 +1,6 @@ +#define diamond_width 16 +#define diamond_height 16 +static char diamond_bits[] = { + 0xff, 0xff, 0x7f, 0xfe, 0x3f, 0xfd, 0x5f, 0xfb, 0x6f, 0xf7, 0xf7, 0xee, + 0xfb, 0xde, 0xfd, 0xbe, 0xe1, 0x86, 0x1b, 0xd8, 0xf7, 0xee, 0xef, 0xf6, + 0xdf, 0xfa, 0x3f, 0xfc, 0x7f, 0xfe, 0xff, 0xff}; diff --git a/GFX16/earth b/GFX16/earth new file mode 100644 index 0000000..7f05a78 --- /dev/null +++ b/GFX16/earth @@ -0,0 +1,6 @@ +#define earth_width 16 +#define earth_height 16 +static char earth_bits[] = { + 0xdf, 0xf7, 0xc5, 0x92, 0x75, 0xf0, 0x9d, 0x27, 0x8a, 0xe1, 0x7f, 0x3f, + 0x8e, 0x5b, 0xde, 0xff, 0x43, 0x89, 0xe8, 0xcf, 0x89, 0xd2, 0xe5, 0x93, + 0x79, 0x9d, 0xf1, 0x7a, 0x99, 0x4d, 0xb5, 0xbb}; diff --git a/GFX16/exit b/GFX16/exit new file mode 100644 index 0000000..8921c70 --- /dev/null +++ b/GFX16/exit @@ -0,0 +1,6 @@ +#define exit_width 16 +#define exit_height 16 +static char exit_bits[] = { + 0xff, 0xff, 0x01, 0x80, 0xfd, 0xbf, 0x7d, 0xbe, 0x3d, 0xbc, 0x1d, 0xb8, + 0x1d, 0xb8, 0x3d, 0xbc, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x3d, 0xbc, + 0x1d, 0xb8, 0xfd, 0xbf, 0x01, 0x80, 0xff, 0xff}; diff --git a/GFX16/filter b/GFX16/filter new file mode 100644 index 0000000..ad2db3a --- /dev/null +++ b/GFX16/filter @@ -0,0 +1,6 @@ +#define filter_width 16 +#define filter_height 16 +static char filter_bits[] = { + 0x00, 0x00, 0xfe, 0x7f, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, + 0x7e, 0x7e, 0x7e, 0x7e, 0x02, 0x40, 0x06, 0x60, 0x0e, 0x70, 0x1e, 0x78, + 0x3e, 0x7c, 0x7e, 0x7e, 0xfe, 0x7f, 0x00, 0x00}; diff --git a/GFX16/miner b/GFX16/miner new file mode 100644 index 0000000..7b435fe --- /dev/null +++ b/GFX16/miner @@ -0,0 +1,6 @@ +#define miner_width 16 +#define miner_height 16 +static char miner_bits[] = { + 0x3f, 0xfe, 0x3f, 0xfe, 0x7f, 0xff, 0x0f, 0xf8, 0x07, 0xf0, 0xf3, 0xe7, + 0x1b, 0xec, 0x1b, 0xec, 0x3b, 0xee, 0xff, 0xff, 0xdf, 0xfd, 0xff, 0xff, + 0xdf, 0xfd, 0xff, 0xff, 0xcf, 0xf9, 0xc3, 0xe1}; diff --git a/GFX16/oneup b/GFX16/oneup new file mode 100644 index 0000000..fb72d0a --- /dev/null +++ b/GFX16/oneup @@ -0,0 +1,6 @@ +#define oneup_width 16 +#define oneup_height 16 +static char oneup_bits[] = { + 0x00, 0x00, 0xfe, 0x7f, 0x7e, 0x7e, 0x3e, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, + 0x3e, 0x7c, 0xfe, 0x7f, 0x92, 0x61, 0x92, 0x49, 0x92, 0x49, 0x92, 0x61, + 0x92, 0x79, 0xc6, 0x79, 0xfe, 0x7f, 0x00, 0x00}; diff --git a/GFX16/rock b/GFX16/rock new file mode 100644 index 0000000..4bb0a84 --- /dev/null +++ b/GFX16/rock @@ -0,0 +1,6 @@ +#define rock_width 16 +#define rock_height 16 +static char rock_bits[] = { + 0x0f, 0xf0, 0x03, 0xc0, 0x39, 0x80, 0x3c, 0x00, 0x0c, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x01, 0x80, 0x03, 0xc0, 0x07, 0xe0, 0x1f, 0xf8}; diff --git a/GFX16/rockgen b/GFX16/rockgen new file mode 100644 index 0000000..d2c2828 --- /dev/null +++ b/GFX16/rockgen @@ -0,0 +1,6 @@ +#define rockgen_width 16 +#define rockgen_height 16 +static char rockgen_bits[] = { + 0x00, 0x00, 0xfe, 0x7f, 0xc6, 0x7f, 0x92, 0x7f, 0x8a, 0x7f, 0x82, 0x7f, + 0xc6, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7d, 0xfe, 0x7d, + 0xfe, 0x78, 0xfe, 0x7d, 0xfe, 0x7f, 0x00, 0x00}; diff --git a/GFX16/rockswitch b/GFX16/rockswitch new file mode 100644 index 0000000..bedf5db --- /dev/null +++ b/GFX16/rockswitch @@ -0,0 +1,6 @@ +#define rockswitch_width 16 +#define rockswitch_height 16 +static char rockswitch_bits[] = { + 0x00, 0x00, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xee, 0x7e, 0xde, 0x7d, + 0xbe, 0x7b, 0x6e, 0x77, 0xde, 0x60, 0xbe, 0x6e, 0x7e, 0x6e, 0xfe, 0x60, + 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0x00, 0x00}; diff --git a/GFX16/space b/GFX16/space new file mode 100644 index 0000000..7263dcb --- /dev/null +++ b/GFX16/space @@ -0,0 +1,6 @@ +#define space_width 16 +#define space_height 16 +static char space_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}; diff --git a/GFX16/tuffwall b/GFX16/tuffwall new file mode 100644 index 0000000..71513e3 --- /dev/null +++ b/GFX16/tuffwall @@ -0,0 +1,6 @@ +#define tuffwall_width 16 +#define tuffwall_height 16 +static char tuffwall_bits[] = { + 0xff, 0xff, 0x83, 0xc0, 0x05, 0xa1, 0x89, 0x90, 0xf1, 0x8f, 0x31, 0x8c, + 0x51, 0x8a, 0x9b, 0xa9, 0x95, 0xd9, 0x51, 0x8a, 0x31, 0x8c, 0xf1, 0x8f, + 0x09, 0x91, 0x85, 0xa0, 0x03, 0xc1, 0xff, 0xff}; diff --git a/GFX16/wall b/GFX16/wall new file mode 100644 index 0000000..b12172f --- /dev/null +++ b/GFX16/wall @@ -0,0 +1,6 @@ +#define wall_width 16 +#define wall_height 16 +static char wall_bits[] = { + 0x00, 0x00, 0xfe, 0x7f, 0xea, 0x57, 0xfe, 0x7f, 0xea, 0x57, 0xfe, 0x7f, + 0x3e, 0x7d, 0xfe, 0x7d, 0xbe, 0x7f, 0xbe, 0x7c, 0xfe, 0x7f, 0xea, 0x57, + 0xfe, 0x7f, 0xea, 0x57, 0xfe, 0x7f, 0x00, 0x00}; -- cgit v1.2.3