summaryrefslogtreecommitdiff
path: root/assets/Party/openbox-3/bullet.xbm
diff options
context:
space:
mode:
Diffstat (limited to 'assets/Party/openbox-3/bullet.xbm')
-rw-r--r--assets/Party/openbox-3/bullet.xbm4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/Party/openbox-3/bullet.xbm b/assets/Party/openbox-3/bullet.xbm
new file mode 100644
index 0000000..88481ec
--- /dev/null
+++ b/assets/Party/openbox-3/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 };