10 lines
464 B
Plaintext
10 lines
464 B
Plaintext
#define firebullet_8_width 24
|
|
#define firebullet_8_height 24
|
|
static char firebullet_8_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x18,0x00,
|
|
0x00,0x3e,0x00,0x00,0x63,0x00,0x00,0x59,0x00,0x80,0x4d,0x00,
|
|
0x80,0xfd,0x00,0x00,0xbd,0x01,0x00,0x23,0x02,0x00,0xfe,0x04,
|
|
0x00,0x60,0x05,0x00,0x40,0x0b,0x00,0x80,0x02,0x00,0x00,0x04,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|