10 lines
525 B
Plaintext
10 lines
525 B
Plaintext
#define thorns_width 24
|
|
#define thorns_height 24
|
|
static char thorns_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x44, 0x00, 0x00, 0x65, 0x00, 0x40, 0x32, 0x01, 0x40, 0xe2, 0x00,
|
|
0x00, 0xa7, 0x02, 0x40, 0xae, 0x01, 0x88, 0xfb, 0x04, 0x70, 0x3d, 0x03,
|
|
0x50, 0x9e, 0x36, 0xc8, 0xb9, 0x09, 0x60, 0xef, 0x02, 0x30, 0x7d, 0x04,
|
|
0x90, 0xdd, 0x03, 0x80, 0x0c, 0x01, 0x00, 0x8c, 0x06, 0x00, 0x18, 0x00,
|
|
0x00, 0x3c, 0x00, 0x00, 0x6a, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00};
|