10 lines
525 B
Plaintext
10 lines
525 B
Plaintext
#define t_rock_width 24
|
|
#define t_rock_height 24
|
|
static char t_rock_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0xfd, 0x00, 0x80, 0xdd, 0x00,
|
|
0x40, 0x2a, 0x01, 0x40, 0xd5, 0x02, 0x20, 0xea, 0x04, 0x70, 0x51, 0x0d,
|
|
0x58, 0xa8, 0x0b, 0xf8, 0x55, 0x0d, 0x38, 0xeb, 0x06, 0xd0, 0x45, 0x06,
|
|
0x50, 0xa0, 0x01, 0xe0, 0xff, 0x00, 0x00, 0xf4, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|