mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-16 23:49:29 -07:00
22 lines
288 B
Plaintext
22 lines
288 B
Plaintext
#define scale_width 16
|
|
#define scale_height 16
|
|
static char scale_bits[] = {
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x60, 0x03,
|
|
0x98, 0x0c,
|
|
0x80, 0x00,
|
|
0x94, 0x14,
|
|
0x00, 0x00,
|
|
0x22, 0x22,
|
|
0x00, 0x00,
|
|
0x63, 0x63,
|
|
0x3e, 0x3e,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
0x00, 0x00,
|
|
|
|
};
|