all repos — openbox @ f683e84741ae32ee51cc8f6d984a9f35814a7a3c

openbox fork - make it a bit more like ryudo

data/xbm/bullet.xbm (raw)

1
2
3
4
#define bullet_width 4
#define bullet_height 7
static unsigned char bullet_bits[] = {
   0x01, 0x03, 0x07, 0x0f, 0x07, 0x03, 0x01 };