mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
306 B
Plaintext
22 lines
306 B
Plaintext
#define mt.st.helen_width 16
|
|
#define mt.st.helen_height 16
|
|
static char mt.st.helen_bits[] = {
|
|
0x00, 0x00,
|
|
0xb0, 0x00,
|
|
0x38, 0x0b,
|
|
0x18, 0xf9,
|
|
0x28, 0x7b,
|
|
0xe0, 0x21,
|
|
0x8e, 0x1d,
|
|
0x00, 0x4c,
|
|
0x9c, 0x07,
|
|
0x40, 0x01,
|
|
0x40, 0x07,
|
|
0xa0, 0x0e,
|
|
0xf0, 0x16,
|
|
0xf8, 0x3f,
|
|
0xfc, 0x7f,
|
|
0xfe, 0xff,
|
|
|
|
};
|