summaryrefslogtreecommitdiff
path: root/GFX16/earth
diff options
context:
space:
mode:
Diffstat (limited to 'GFX16/earth')
-rw-r--r--GFX16/earth6
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};