mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
291 B
Plaintext
22 lines
291 B
Plaintext
#define goaway_width 16
|
|
#define goaway_height 16
|
|
static char goaway_bits[] = {
|
|
0x80, 0x01,
|
|
0xc0, 0x03,
|
|
0xbc, 0x3d,
|
|
0x9c, 0x39,
|
|
0xbc, 0x3d,
|
|
0xf4, 0x2f,
|
|
0x62, 0x46,
|
|
0x3f, 0xfc,
|
|
0x3f, 0xfc,
|
|
0x62, 0x46,
|
|
0xf4, 0x2f,
|
|
0xbc, 0x3d,
|
|
0x9c, 0x39,
|
|
0xbc, 0x3d,
|
|
0xc0, 0x03,
|
|
0x80, 0x01,
|
|
|
|
};
|