arch/floor/goldfloor.111

10 lines
455 B
Plaintext

#define goldfloor_width 24
#define goldfloor_height 24
static char goldfloor_bits[] = {
0xff,0xff,0xff,0x50,0x00,0x00,0x40,0x01,0x00,0x50,0x00,0x00,
0x40,0x01,0x00,0xff,0xff,0xff,0x50,0x00,0x2a,0x14,0x00,0x08,
0x10,0x01,0x2a,0x94,0x83,0x08,0x5f,0xc5,0xf9,0x50,0xa1,0x2a,
0x94,0xa3,0x08,0x10,0xc5,0x29,0x54,0x85,0x0a,0x9f,0xa3,0xfa,
0x10,0xc1,0x29,0x54,0x80,0x08,0x10,0x00,0x2a,0x54,0x00,0x08,
0xff,0xff,0xff,0x00,0x80,0x0a,0x00,0x00,0x02,0x00,0x80,0x0a};