mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-17 07:59:29 -07:00
14 lines
279 B
Plaintext
14 lines
279 B
Plaintext
#define wings_width 31
|
|
#define wings_height 8
|
|
static char wings_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x38, 0x0e, 0x00,
|
|
0x00, 0x46, 0x31, 0x00,
|
|
0x80, 0xb9, 0xce, 0x00,
|
|
0x71, 0xa6, 0x32, 0x47,
|
|
0xfe, 0x3f, 0xfe, 0x3f,
|
|
0xf0, 0xc1, 0xc1, 0x07,
|
|
0x00, 0xc0, 0x01, 0x00,
|
|
|
|
};
|