10 lines
455 B
Plaintext
10 lines
455 B
Plaintext
#define koboldhus_width 24
|
|
#define koboldhus_height 24
|
|
static char koboldhus_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,0x00,0x00,0xf8,0x03,0x00,0x56,0x0f,0x00,0xa2,0x1c,0x00,
|
|
0xfb,0x2a,0x00,0xf9,0x69,0x00,0xfd,0xc9,0x00,0xfb,0x8d,0x01,
|
|
0xf9,0x59,0x03,0xfd,0x0b,0x06,0xfb,0x89,0x0c,0xfd,0x2d,0x09,
|
|
0xf9,0x59,0x14,0xfd,0x8b,0x32,0xfb,0x4d,0x60,0x91,0x28,0x49};
|