10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define door_2_2_1_width 24
|
|
#define door_2_2_1_height 24
|
|
static char door_2_2_1_bits[] = {
|
|
0x00,0xbf,0x00,0x00,0xbf,0x00,0x00,0xbf,0x00,0x00,0xbf,0x00,
|
|
0x00,0xbf,0x00,0x00,0xbf,0x00,0x00,0xbf,0x00,0x00,0xbf,0xff,
|
|
0x00,0x3f,0x00,0x00,0xdf,0xff,0x00,0xdf,0xff,0x00,0xef,0xff,
|
|
0x00,0xef,0xff,0x00,0xf7,0xff,0x00,0xff,0xff,0x00,0xfb,0xff,
|
|
0x00,0xff,0xff,0x00,0xff,0xff,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|