mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-17 07:59:29 -07:00
22 lines
300 B
Plaintext
22 lines
300 B
Plaintext
#define okraplant_width 16
|
|
#define okraplant_height 16
|
|
static char okraplant_bits[] = {
|
|
0x57, 0x00,
|
|
0x55, 0xc0,
|
|
0x35, 0x70,
|
|
0x55, 0x1c,
|
|
0x57, 0x0e,
|
|
0x00, 0x07,
|
|
0x80, 0x03,
|
|
0xc0, 0x01,
|
|
0xf0, 0x00,
|
|
0xf8, 0x00,
|
|
0x78, 0x00,
|
|
0x3c, 0xee,
|
|
0x3e, 0xaa,
|
|
0x1e, 0xee,
|
|
0x04, 0xa6,
|
|
0x04, 0xaa,
|
|
|
|
};
|