10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
#define spellgolem1_width 24
|
|
#define spellgolem1_height 24
|
|
static char spellgolem1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0xe0,0x01,0x10,0x20,0x01,0x28,0x60,0x01,
|
|
0x68,0x20,0x01,0x90,0x40,0x01,0x20,0x3f,0x0e,0x40,0x01,0x10,
|
|
0x80,0x03,0x11,0x00,0x9c,0x08,0x00,0x90,0x04,0x00,0x7e,0x02,
|
|
0x00,0x82,0x05,0x00,0xfc,0x04,0x00,0x10,0x04,0x00,0x90,0x04,
|
|
0x00,0x48,0x09,0x00,0x48,0x09,0x00,0x28,0x0a,0x00,0x24,0x0a,
|
|
0x00,0x14,0x12,0x00,0x14,0x14,0x00,0x16,0x1c,0x00,0x1a,0x14};
|