mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-17 07:59:29 -07:00
7 lines
234 B
C
7 lines
234 B
C
#define p2_width 16
|
|
#define p2_height 16
|
|
static char p2_bits[] = {
|
|
0x88,0x88,0x52,0x52,0x09,0x09,0xe2,0xe2,0x11,0x11,0x44,0x44,0x92,0x92,0x29,
|
|
0x29,0x88,0x88,0x52,0x52,0x09,0x09,0xe2,0xe2,0x11,0x11,0x44,0x44,0x92,0x92,
|
|
0x29,0x29};
|