mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 06:29:30 -07:00
22 lines
285 B
Plaintext
22 lines
285 B
Plaintext
#define blah_width 16
|
|
#define blah_height 16
|
|
static char blah_bits[] = {
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0xe0, 0x03,
|
|
0x38, 0x7e,
|
|
0x8c, 0xc7,
|
|
0x84, 0x70,
|
|
0x46, 0x18,
|
|
0x02, 0x0c,
|
|
0x02, 0x04,
|
|
0x02, 0x06,
|
|
0x06, 0x03,
|
|
0xfc, 0x01,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
|
|
};
|