You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fz-minesweeper/assets/tile_uncleared.xbm

5 lines
154 B
C

#define tile_uncleared_width 8
#define tile_uncleared_height 8
static char tile_uncleared_bits[] = {
0xFF, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0xFF, };