mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 08:29:29 -07:00
22 lines
309 B
Plaintext
22 lines
309 B
Plaintext
#define ilovenewyork_width 16
|
|
#define ilovenewyork_height 16
|
|
static char ilovenewyork_bits[] = {
|
|
0xfe, 0xc6,
|
|
0x10, 0xee,
|
|
0x10, 0xfe,
|
|
0x10, 0x7c,
|
|
0x10, 0x38,
|
|
0x10, 0x10,
|
|
0xfe, 0x00,
|
|
0x00, 0x00,
|
|
0x86, 0x82,
|
|
0x86, 0x44,
|
|
0x8a, 0x28,
|
|
0x92, 0x10,
|
|
0xa2, 0x10,
|
|
0xc2, 0x10,
|
|
0xc2, 0x10,
|
|
0x00, 0x00,
|
|
|
|
};
|