10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
#define potion_heat_width 24
|
|
#define potion_heat_height 24
|
|
static char potion_heat_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x3c,0x00,0x00,0x3c,0x00,0x00,0x3c,0x00,
|
|
0x00,0x3c,0x00,0x00,0x3c,0x00,0x00,0x34,0x00,0x00,0x7a,0x00,
|
|
0x00,0xed,0x00,0x80,0x6c,0x01,0x80,0xbc,0x01,0x40,0xe6,0x03,
|
|
0x40,0xda,0x03,0x40,0x5a,0x02,0x40,0xe6,0x03,0x80,0xbc,0x01,
|
|
0x80,0x75,0x01,0x00,0xf7,0x00,0x00,0x3c,0x00,0x00,0x00,0x00};
|