bullet.xbm 240 B

123456
  1. #define bullet_width 12
  2. #define bullet_height 12
  3. static unsigned char bullet_bits[] = {
  4. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x14, 0x00, 0x54, 0x00,
  5. 0x54, 0x00, 0x14, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };