blob: 0cb4b434bd2f88d0534d9142a82d66acf1ba4055 (
plain)
1
2
3
4
5
|
#define tile3_width 9
#define tile3_height 9
static unsigned char tile3_bits[] = {
0xff, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x1f, 0x01, 0x11, 0x01,
0x11, 0x01, 0x11, 0x01, 0xff, 0x01 };
|