mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-17 16:09:30 -07:00
7 lines
249 B
C
7 lines
249 B
C
#define screen3_width 16
|
|
#define screen3_height 16
|
|
static char screen3_bits[] = {
|
|
0x55,0x55,0xff,0xff,0x55,0x55,0xff,0xff,0x55,0x55,0xff,0xff,0x55,0x55,0xff,
|
|
0xff,0x55,0x55,0xff,0xff,0x55,0x55,0xff,0xff,0x55,0x55,0xff,0xff,0x55,0x55,
|
|
0xff,0xff};
|