10 lines
467 B
Plaintext
10 lines
467 B
Plaintext
#define acid_sphere_2_width 24
|
|
#define acid_sphere_2_height 24
|
|
static char acid_sphere_2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x3e,0x00,0x80,0xff,0x00,0xe0,0xfc,0x03,0x30,0xff,0x07,
|
|
0xd0,0xff,0x07,0xd8,0xff,0x0f,0xe8,0xff,0x0f,0xec,0xff,0x1f,
|
|
0xfc,0xff,0x1f,0xfc,0xff,0x1f,0xfc,0xff,0x1f,0xfc,0xff,0x1f,
|
|
0xf8,0xff,0x0f,0xf8,0xff,0x0f,0xf0,0xff,0x07,0xf0,0xff,0x07,
|
|
0xe0,0xff,0x03,0x80,0xff,0x00,0x00,0x3e,0x00,0x00,0x00,0x00};
|