mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 06:29:30 -07:00
7 lines
249 B
C
7 lines
249 B
C
#define flyseye_width 16
|
|
#define flyseye_height 16
|
|
static char flyseye_bits[] = {
|
|
0x1f,0xe4,0x8f,0xd7,0x47,0xf7,0xa7,0xef,0xe4,0x1f,0xd7,0x8f,0xf7,0x47,0xef,
|
|
0xa7,0x1f,0xe4,0x8f,0xd7,0x47,0xf7,0xa7,0xef,0xe4,0x1f,0xd7,0x8f,0xf7,0x47,
|
|
0xef,0xa7};
|