mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-17 16:09:30 -07:00
7 lines
234 B
C
7 lines
234 B
C
#define p3_width 16
|
|
#define p3_height 16
|
|
static char p3_bits[] = {
|
|
0x13,0x13,0x33,0x33,0x98,0x98,0x4c,0x4c,0x26,0x26,0x62,0x62,0xc4,0xc4,0x89,
|
|
0x89,0x13,0x13,0x33,0x33,0x98,0x98,0x4c,0x4c,0x26,0x26,0x62,0x62,0xc4,0xc4,
|
|
0x89,0x89};
|