10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define shortsword_width 24
|
|
#define shortsword_height 24
|
|
static char shortsword_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x07,0x00,0x80,0x04,0x00,0x40,0x04,
|
|
0x00,0x20,0x02,0x00,0x50,0x01,0x40,0x88,0x00,0xc0,0x54,0x00,
|
|
0x80,0x23,0x00,0x00,0x13,0x00,0x00,0x0d,0x00,0x80,0x0f,0x00,
|
|
0xc0,0x19,0x00,0xf0,0x30,0x00,0x50,0x00,0x00,0x60,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|