10 lines
		
	
	
		
			542 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			542 B
		
	
	
	
		
			Plaintext
		
	
	
| #define para_earth_width 24
 | |
| #define para_earth_height 24
 | |
| static char para_earth_bits[] = {
 | |
|    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
 | |
|    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
 | |
|    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff, 0x03,
 | |
|    0xe0, 0xff, 0x07, 0xf8, 0xff, 0x1f, 0xfc, 0xff, 0x3f, 0xfc, 0xff, 0x3f,
 | |
|    0xfc, 0x7f, 0x3d, 0x3c, 0xe3, 0x3c, 0xbc, 0xf3, 0x3d, 0xb8, 0x5f, 0x1e,
 | |
|    0x56, 0xe0, 0x6b, 0xac, 0x03, 0x1a, 0x36, 0x80, 0x33, 0x20, 0x00, 0x00};
 |