10 lines
464 B
Plaintext
10 lines
464 B
Plaintext
#define cobblestones_width 24
|
|
#define cobblestones_height 24
|
|
static char cobblestones_bits[] = {
|
|
0x00,0x00,0x00,0x10,0x04,0x11,0x11,0x11,0x11,0x46,0x66,0x62,
|
|
0x00,0x00,0x00,0x05,0x11,0x10,0x11,0x11,0x11,0x66,0x26,0x46,
|
|
0x00,0x00,0x00,0x11,0x01,0x11,0x01,0x11,0x11,0x62,0x66,0x66,
|
|
0x00,0x00,0x00,0x10,0x11,0x41,0x11,0x11,0x11,0x66,0x22,0x62,
|
|
0x00,0x00,0x00,0x11,0x04,0x14,0x10,0x11,0x11,0x26,0x66,0x66,
|
|
0x00,0x00,0x00,0x11,0x11,0x11,0x10,0x11,0x11,0x66,0x62,0x26};
|