summaryrefslogtreecommitdiff
path: root/GFX16/chasergen
diff options
context:
space:
mode:
Diffstat (limited to 'GFX16/chasergen')
-rw-r--r--GFX16/chasergen6
1 files changed, 6 insertions, 0 deletions
diff --git a/GFX16/chasergen b/GFX16/chasergen
new file mode 100644
index 0000000..1a14efa
--- /dev/null
+++ b/GFX16/chasergen
@@ -0,0 +1,6 @@
+#define chasergen_width 16
+#define chasergen_height 16
+static char chasergen_bits[] = {
+ 0x00, 0x00, 0xfe, 0x7f, 0xc6, 0x7f, 0xaa, 0x7f, 0x92, 0x7f, 0x82, 0x7d,
+ 0x92, 0x78, 0xfe, 0x7d, 0xbe, 0x6d, 0x1e, 0x40, 0xbe, 0x6d, 0xfe, 0x7d,
+ 0xfe, 0x78, 0xfe, 0x7d, 0xfe, 0x7f, 0x00, 0x00};