mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
294 B
Plaintext
22 lines
294 B
Plaintext
#define yblocks_width 16
|
|
#define yblocks_height 16
|
|
static char yblocks_bits[] = {
|
|
0x80, 0x07,
|
|
0x84, 0x04,
|
|
0x84, 0x04,
|
|
0x84, 0x07,
|
|
0x84, 0x04,
|
|
0x84, 0x04,
|
|
0x84, 0x07,
|
|
0x9f, 0x04,
|
|
0x8e, 0x04,
|
|
0x8e, 0x07,
|
|
0x04, 0x00,
|
|
0x04, 0x00,
|
|
0x00, 0x01,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x00, 0x01,
|
|
|
|
};
|