From 58b60d1455a6670cbfb1572257460065fe7e6207 Mon Sep 17 00:00:00 2001
From: Ian C <ianc@noddybox.co.uk>
Date: Wed, 13 May 2020 20:25:51 +0000
Subject: Builds (just) and runs.

---
 GFX16/earth | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 GFX16/earth

(limited to 'GFX16/earth')

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};
-- 
cgit v1.2.3