mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-21 01:59:31 -07:00
7 lines
255 B
C
7 lines
255 B
C
#define pattern29_width 16
|
|
#define pattern29_height 16
|
|
static char pattern29_bits[] = {
|
|
0x3d,0x3d,0x99,0x99,0xd3,0xd3,0xe7,0xe7,0xcb,0xcb,0x99,0x99,0xbc,0xbc,0x7e,
|
|
0x7e,0x3d,0x3d,0x99,0x99,0xd3,0xd3,0xe7,0xe7,0xcb,0xcb,0x99,0x99,0xbc,0xbc,
|
|
0x7e,0x7e};
|