mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-17 07:59:29 -07:00
22 lines
306 B
Plaintext
22 lines
306 B
Plaintext
#define tweed_cross_width 16
|
|
#define tweed_cross_height 16
|
|
static char tweed_cross_bits[] = {
|
|
0x25, 0xc2,
|
|
0xe1, 0x1e,
|
|
0x68, 0x8f,
|
|
0x7a, 0x38,
|
|
0x5e, 0x1c,
|
|
0x16, 0xf1,
|
|
0x87, 0x78,
|
|
0xa4, 0x43,
|
|
0xc2, 0x25,
|
|
0x1e, 0xe1,
|
|
0x8f, 0x68,
|
|
0x38, 0x7a,
|
|
0x1c, 0x5e,
|
|
0xf1, 0x16,
|
|
0x78, 0x87,
|
|
0x43, 0xa4,
|
|
|
|
};
|