mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 06:29:30 -07:00
22 lines
294 B
Plaintext
22 lines
294 B
Plaintext
#define arrow_b_width 16
|
|
#define arrow_b_height 16
|
|
static char arrow_b_bits[] = {
|
|
0x18, 0x00,
|
|
0x18, 0x00,
|
|
0x3c, 0x00,
|
|
0x3c, 0x00,
|
|
0x7e, 0x00,
|
|
0x7e, 0x00,
|
|
0xff, 0x00,
|
|
0xdb, 0x00,
|
|
0x18, 0x00,
|
|
0x18, 0x00,
|
|
0x18, 0x00,
|
|
0x18, 0x00,
|
|
0x18, 0x00,
|
|
0x18, 0x00,
|
|
0x18, 0x00,
|
|
0x18, 0x00,
|
|
|
|
};
|