mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-22 10:29:30 -07:00
7 lines
243 B
C
7 lines
243 B
C
#define dots5_width 16
|
|
#define dots5_height 16
|
|
static char dots5_bits[] = {
|
|
0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xef,0xef,0xff,0xff,0xff,0xff,0xff,
|
|
0xff,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xef,0xef,0xff,0xff,0xff,0xff,
|
|
0xff,0xff};
|