summaryrefslogtreecommitdiff
path: root/data/xbm/bullet.xbm
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-12 00:48:06 +0000
committerDana Jansens <danakj@orodu.net>2007-05-12 00:48:06 +0000
commit3bee91aaf9c9893fb4a516432ad195a117baf1ce (patch)
treeb90cef1906793fa22548716a19a049945494966a /data/xbm/bullet.xbm
parent41f0ff035bef7fb14e4ede5aa36c71e8948731b9 (diff)
remove buttons from themes when they are using the defaults already for clarity
some small changes to themes.. buttons can hide themselves now, so removed the empty disabled masks for Bear2 and Natura install the default xbms for reference to the doc dir install some basic documentation to the doc dir
Diffstat (limited to 'data/xbm/bullet.xbm')
-rw-r--r--data/xbm/bullet.xbm4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/xbm/bullet.xbm b/data/xbm/bullet.xbm
new file mode 100644
index 00000000..88481ec8
--- /dev/null
+++ b/data/xbm/bullet.xbm
@@ -0,0 +1,4 @@
+#define bullet_width 4
+#define bullet_height 7
+static unsigned char bullet_bits[] = {
+ 0x01, 0x03, 0x07, 0x0f, 0x07, 0x03, 0x01 };