summaryrefslogtreecommitdiff
path: root/GFX16/amoeba
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2020-05-13 20:25:51 +0000
committerIan C <ianc@noddybox.co.uk>2020-05-13 20:25:51 +0000
commit58b60d1455a6670cbfb1572257460065fe7e6207 (patch)
tree2a5278c4534a16bcf08dad5433b6f8fb60368ede /GFX16/amoeba
parent983bba81d89ba877e8870251d92f64e16cf901c0 (diff)
Builds (just) and runs.
Diffstat (limited to 'GFX16/amoeba')
-rw-r--r--GFX16/amoeba6
1 files changed, 6 insertions, 0 deletions
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};