10 lines
467 B
Plaintext
10 lines
467 B
Plaintext
#define acid_sphere_1_width 24
|
|
#define acid_sphere_1_height 24
|
|
static char acid_sphere_1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x1f,0x00,0xc0,0x7f,0x00,0x70,0xfe,0x01,0x98,0xff,0x03,
|
|
0xe8,0xff,0x03,0xec,0xff,0x07,0xf4,0xff,0x07,0xf6,0xff,0x0f,
|
|
0xfe,0xff,0x0f,0xfe,0xff,0x0f,0xfe,0xff,0x0f,0xfe,0xff,0x0f,
|
|
0xfc,0xff,0x07,0xfc,0xff,0x07,0xf8,0xff,0x03,0xf8,0xff,0x03,
|
|
0xf0,0xff,0x01,0xc0,0x7f,0x00,0x00,0x1f,0x00,0x00,0x00,0x00};
|