10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
#define barrel_width 24
|
|
#define barrel_height 24
|
|
static char barrel_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x7e,0x00,0xc0,0x81,0x03,0x30,0x7e,0x0c,
|
|
0xc8,0x81,0x11,0x38,0x7e,0x1c,0xc8,0x81,0x13,0x48,0x7e,0x12,
|
|
0x5c,0x24,0x3a,0x74,0x24,0x2e,0xe4,0xff,0x27,0x24,0xff,0x24,
|
|
0x24,0x42,0x24,0x3c,0x42,0x3c,0xf4,0x42,0x2f,0xe4,0xff,0x27,
|
|
0x48,0x7e,0x12,0x48,0x24,0x12,0x88,0x24,0x11,0x98,0x24,0x19,
|
|
0xf0,0x24,0x0f,0xc0,0xe7,0x03,0x00,0x7e,0x00,0x00,0x00,0x00};
|