mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 08:29:29 -07:00
7 lines
299 B
C
7 lines
299 B
C
#define criss-cross2_width 16
|
|
#define criss-cross2_height 16
|
|
static char criss-cross2_bits[] = {
|
|
0xa7, 0xca, 0x4f, 0x85, 0x9f, 0x32, 0x3e, 0x79, 0x7c, 0x7c, 0x79, 0x3e,
|
|
0x32, 0x9f, 0x85, 0x4f, 0xca, 0xa7, 0xe5, 0x43, 0xf2, 0x99, 0xf9, 0x3c,
|
|
0x7c, 0x7c, 0x3c, 0xf9, 0x99, 0xf2, 0x43, 0xe5};
|