mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-15 23:19:29 -07:00
22 lines
297 B
Plaintext
22 lines
297 B
Plaintext
#define drawgrid_width 16
|
|
#define drawgrid_height 16
|
|
static char drawgrid_bits[] = {
|
|
0xff, 0xff,
|
|
0x49, 0x92,
|
|
0x49, 0x92,
|
|
0xff, 0xff,
|
|
0x49, 0x92,
|
|
0x49, 0x92,
|
|
0xff, 0xff,
|
|
0x49, 0x92,
|
|
0x49, 0x92,
|
|
0xff, 0xff,
|
|
0x49, 0x92,
|
|
0x49, 0x92,
|
|
0xff, 0xff,
|
|
0x49, 0x92,
|
|
0x49, 0x92,
|
|
0xff, 0xff,
|
|
|
|
};
|