arch/indoor/bed_save.111

10 lines
452 B
Plaintext

#define bed_save_width 24
#define bed_save_height 24
static char bed_save_bits[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x04,0x08,0x00,0xfc,0x0f,0x00,0x04,0x08,0x00,
0xe4,0x0b,0x00,0x1e,0x0c,0x00,0x22,0x34,0x00,0xcc,0xc3,0x00,
0x34,0x30,0x03,0xcc,0xc0,0x0c,0x3c,0x03,0x33,0xf4,0x0c,0x40,
0xc4,0xf3,0x7f,0x00,0x2f,0x20,0x00,0xfc,0x3f,0x00,0xf0,0x3f,
0x00,0x20,0x20,0x00,0x20,0x20,0x00,0x00,0x00,0x00,0x00,0x00};