6 lines
291 B
C
Executable file
6 lines
291 B
C
Executable file
#define bullet_width 16
|
|
#define bullet_height 16
|
|
static unsigned char bullet_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0xc0, 0x00,
|
|
0x80, 0x01, 0x00, 0x03, 0x00, 0x06, 0x00, 0x03, 0x80, 0x01, 0xc0, 0x00,
|
|
0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|