10 lines
437 B
Plaintext
10 lines
437 B
Plaintext
#define sea_width 24
|
|
#define sea_height 24
|
|
static char sea_bits[] = {
|
|
0x18,0x18,0x18,0x26,0x26,0x26,0xc1,0xc1,0xc1,0x00,0x00,0x00,
|
|
0x0c,0x0c,0x0c,0x13,0x13,0x13,0xe0,0xe0,0xe0,0x00,0x00,0x00,
|
|
0x30,0x30,0x30,0x4c,0x4c,0x4c,0x83,0x83,0x83,0x00,0x00,0x00,
|
|
0x18,0x18,0x18,0x26,0x26,0x26,0xc1,0xc1,0xc1,0x00,0x00,0x00,
|
|
0xc0,0xc0,0xc0,0x31,0x31,0x31,0x0e,0x0e,0x0e,0x00,0x00,0x00,
|
|
0x60,0x60,0x60,0x98,0x98,0x98,0x07,0x07,0x07,0x00,0x00,0x00};
|