mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 08:29:29 -07:00
7 lines
246 B
C
7 lines
246 B
C
#define Plaid4_width 16
|
|
#define Plaid4_height 16
|
|
static char Plaid4_bits[] = {
|
|
0xaf,0xaf,0x5f,0x5f,0xaf,0xaf,0x5f,0x5f,0x05,0x05,0x0a,0x0a,0x05,0x05,0x0a,
|
|
0x0a,0xaf,0xaf,0x5f,0x5f,0xaf,0xaf,0x5f,0x5f,0x05,0x05,0x0a,0x0a,0x05,0x05,
|
|
0x0a,0x0a};
|