diff options
author | Ian C <ianc@noddybox.co.uk> | 2020-05-13 20:25:51 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2020-05-13 20:25:51 +0000 |
commit | 58b60d1455a6670cbfb1572257460065fe7e6207 (patch) | |
tree | 2a5278c4534a16bcf08dad5433b6f8fb60368ede /GFX16/earth | |
parent | 983bba81d89ba877e8870251d92f64e16cf901c0 (diff) |
Builds (just) and runs.
Diffstat (limited to 'GFX16/earth')
-rw-r--r-- | GFX16/earth | 6 |
1 files changed, 6 insertions, 0 deletions
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}; |