mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
297 B
Plaintext
22 lines
297 B
Plaintext
#define plaid4_4_width 16
|
|
#define plaid4_4_height 16
|
|
static char plaid4_4_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,
|
|
|
|
};
|