summaryrefslogtreecommitdiff
path: root/GFX8/earth
diff options
context:
space:
mode:
Diffstat (limited to 'GFX8/earth')
-rw-r--r--GFX8/earth4
1 files changed, 4 insertions, 0 deletions
diff --git a/GFX8/earth b/GFX8/earth
new file mode 100644
index 0000000..3be8848
--- /dev/null
+++ b/GFX8/earth
@@ -0,0 +1,4 @@
+#define earth_width 8
+#define earth_height 8
+static char earth_bits[] = {
+ 0x77, 0xdd, 0xff, 0x7f, 0xeb, 0xfe, 0xdf, 0xf5};