aboutsummaryrefslogtreecommitdiffstats
path: root/bitmaps/play.xbm
diff options
context:
space:
mode:
Diffstat (limited to 'bitmaps/play.xbm')
-rw-r--r--bitmaps/play.xbm7
1 files changed, 7 insertions, 0 deletions
diff --git a/bitmaps/play.xbm b/bitmaps/play.xbm
new file mode 100644
index 0000000..46455df
--- /dev/null
+++ b/bitmaps/play.xbm
@@ -0,0 +1,7 @@
+#define play_width 16
+#define play_height 16
+static unsigned char play_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x78, 0x00, 0xf8, 0x01,
+ 0xf8, 0x07, 0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x07, 0xf8, 0x01, 0x78, 0x00,
+ 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
+