mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 06:29:30 -07:00
9 lines
96 B
Plaintext
9 lines
96 B
Plaintext
#define blip_width 3
|
|
#define blip_height 3
|
|
static char blip_bits[] = {
|
|
0x02,
|
|
0x07,
|
|
0x02,
|
|
|
|
};
|