10 lines
449 B
Plaintext
10 lines
449 B
Plaintext
#define sword_1_width 24
|
|
#define sword_1_height 24
|
|
static char sword_1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x00,0x00,0x24,
|
|
0x00,0x00,0x22,0x00,0x00,0x11,0x00,0x80,0x08,0x00,0x40,0x04,
|
|
0x00,0x20,0x02,0x00,0x10,0x01,0x00,0x88,0x00,0x00,0x44,0x00,
|
|
0x00,0x22,0x00,0x00,0x15,0x00,0x88,0x08,0x00,0x58,0x05,0x00,
|
|
0x30,0x02,0x00,0x20,0x01,0x00,0xf0,0x00,0x00,0xb8,0x01,0x00,
|
|
0x1e,0x03,0x00,0x0a,0x00,0x00,0x0e,0x00,0x00,0x00,0x00,0x00};
|