mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 16:39:31 -07:00
10 lines
491 B
C
10 lines
491 B
C
#define plaid_width 22
|
|
#define plaid_height 22
|
|
static char plaid_bits[] = {
|
|
0xff, 0xaf, 0x2b, 0xdf, 0x57, 0x15, 0xff, 0xaf, 0x2b, 0xdf, 0x57, 0x15,
|
|
0xff, 0xaf, 0x2b, 0xaa, 0xfa, 0x3f, 0xff, 0xaf, 0x2b, 0xdf, 0x57, 0x15,
|
|
0xff, 0xaf, 0x2b, 0xdf, 0x57, 0x15, 0xff, 0xaf, 0x2b, 0x75, 0x05, 0x01,
|
|
0xaa, 0x02, 0x01, 0x75, 0x05, 0x01, 0xaa, 0x02, 0x01, 0x75, 0x05, 0x01,
|
|
0xff, 0xff, 0x3f, 0x75, 0x05, 0x01, 0xaa, 0x02, 0x01, 0x75, 0x05, 0x01,
|
|
0xaa, 0x02, 0x01, 0x75, 0x05, 0x01};
|