10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define boots_width 24
|
|
#define boots_height 24
|
|
static char boots_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x58,0x00,0x00,0xe4,0x00,0x00,0xfc,0x00,0xb0,0x7c,0x03,
|
|
0xc8,0xfd,0x05,0xf8,0xf9,0x0b,0xf8,0xe6,0x0f,0xf8,0x8b,0x07,
|
|
0xf0,0x17,0x00,0xc0,0x1f,0x00,0x00,0x0f,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|