mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 08:29:29 -07:00
7 lines
293 B
C
7 lines
293 B
C
#define pat_fishes_width 16
|
|
#define pat_fishes_height 16
|
|
static char pat_fishes_bits[] = {
|
|
0xfb, 0xfb, 0xf7, 0xf7, 0xe4, 0xe4, 0xd1, 0xd1, 0xc1, 0xc1, 0xe4, 0xe4,
|
|
0xf7, 0xf7, 0xff, 0xff, 0xbf, 0xbf, 0x7f, 0x7f, 0x4e, 0x4e, 0x1d, 0x1d,
|
|
0x1c, 0x1c, 0x4e, 0x4e, 0x7f, 0x7f, 0xff, 0xff};
|