10 lines
464 B
Plaintext
10 lines
464 B
Plaintext
#define firebullet_u_width 24
|
|
#define firebullet_u_height 24
|
|
static char firebullet_u_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,0x7e,0x00,0x00,0xc3,0x00,0x00,0xa9,0x00,0x00,0xbb,0x00,
|
|
0x00,0xff,0x00,0x00,0x56,0x00,0x00,0x54,0x00,0x00,0x64,0x00,
|
|
0x00,0x2e,0x00,0x00,0x6a,0x00,0x00,0x42,0x00,0x00,0x2a,0x00,
|
|
0x00,0x28,0x00,0x00,0x28,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|