blob: 9b16b5dfea97b32e9a5d888196e72cd78c82dae8 (
plain)
1
2
3
4
5
|
#define invader5_width 13
#define invader5_height 8
static unsigned char invader5_bits[] = {
0x60, 0x00, 0xf0, 0x00, 0xf8, 0x01, 0x6c, 0x03, 0xfc, 0x03, 0x90, 0x00,
0x68, 0x01, 0x94, 0x02 };
|