mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-17 16:09:30 -07:00
7 lines
296 B
C
7 lines
296 B
C
#define Circle_tile_width 16
|
|
#define Circle_tile_height 16
|
|
static char Circle_tile_bits[] = {
|
|
0xab, 0xab, 0x7d, 0x7d, 0xfe, 0xfe, 0xff, 0xff, 0xfe, 0xfe, 0xff, 0xff,
|
|
0xfe, 0xfe, 0x7d, 0x7d, 0xab, 0xab, 0x7d, 0x7d, 0xfe, 0xfe, 0xff, 0xff,
|
|
0xfe, 0xfe, 0xff, 0xff, 0xfe, 0xfe, 0x7d, 0x7d};
|