mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 06:29:30 -07:00
22 lines
288 B
Plaintext
22 lines
288 B
Plaintext
#define aim_n_width 16
|
|
#define aim_n_height 16
|
|
static char aim_n_bits[] = {
|
|
0x00, 0x00,
|
|
0xfe, 0x7f,
|
|
0xfe, 0x7f,
|
|
0xfe, 0x7f,
|
|
0xfe, 0x7f,
|
|
0xfe, 0x7f,
|
|
0xfe, 0x7f,
|
|
0x7e, 0x7e,
|
|
0x7e, 0x7e,
|
|
0xfe, 0x7f,
|
|
0xfe, 0x7f,
|
|
0xfe, 0x7f,
|
|
0xfe, 0x7f,
|
|
0xfe, 0x7f,
|
|
0xfe, 0x7f,
|
|
0x00, 0x00,
|
|
|
|
};
|