mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 16:39:31 -07:00
7 lines
287 B
C
7 lines
287 B
C
#define pattern5_width 16
|
|
#define pattern5_height 16
|
|
static char pattern5_bits[] = {
|
|
0x99, 0x99, 0xf6, 0xf6, 0x99, 0x99, 0x6f, 0x6f, 0x99, 0x99, 0xf6, 0xf6,
|
|
0x99, 0x99, 0x6f, 0x6f, 0x99, 0x99, 0xf6, 0xf6, 0x99, 0x99, 0x6f, 0x6f,
|
|
0x99, 0x99, 0xf6, 0xf6, 0x99, 0x99, 0x6f, 0x6f};
|