mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-16 23:49:29 -07:00
22 lines
282 B
Plaintext
22 lines
282 B
Plaintext
#define ski_width 16
|
|
#define ski_height 16
|
|
static char ski_bits[] = {
|
|
0x80, 0x23,
|
|
0x80, 0x43,
|
|
0x00, 0xa1,
|
|
0xc0, 0x1f,
|
|
0xa4, 0x03,
|
|
0x9c, 0x03,
|
|
0x84, 0x43,
|
|
0x84, 0xa3,
|
|
0x84, 0x52,
|
|
0x84, 0x2a,
|
|
0x04, 0x15,
|
|
0x0e, 0x0a,
|
|
0x04, 0x05,
|
|
0x80, 0x02,
|
|
0x60, 0x01,
|
|
0xc0, 0x00,
|
|
|
|
};
|