mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 16:39:31 -07:00
7 lines
290 B
C
7 lines
290 B
C
#define mesh_horz_width 16
|
|
#define mesh_horz_height 16
|
|
static char mesh_horz_bits[] = {
|
|
0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xff, 0x24, 0x00, 0x24, 0x00, 0xe7, 0xff,
|
|
0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7, 0xff, 0xe7, 0x00, 0x24,
|
|
0x00, 0x24, 0xff, 0xe7, 0xe7, 0xe7, 0xe7, 0xe7};
|