mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-17 16:09:30 -07:00
9 lines
471 B
C
9 lines
471 B
C
#define subliminal_width 44
|
|
#define subliminal_height 12
|
|
static unsigned char subliminal_bits[] = {
|
|
0xa9,0xec,0xba,0x72,0xfb,0x0f,0xae,0xea,0x92,0xaa,0xfa,0x0f,0xad,0xec,0xaa,
|
|
0x2a,0xfa,0x0f,0xab,0xea,0xba,0xaa,0xfa,0x0f,0xdc,0x8c,0xba,0xaa,0xe2,0x0f,
|
|
0xff,0xff,0xff,0xff,0xff,0x0f,0xca,0xed,0x7f,0x2a,0xbb,0x0e,0xaa,0xea,0xbf,
|
|
0xab,0xba,0x04,0xaa,0xe8,0x7f,0x2b,0xbb,0x0a,0xaa,0xea,0xff,0xaa,0xba,0x0e,
|
|
0xaa,0x8a,0x3f,0x37,0xa3,0x0e,0xff,0xff,0xff,0xff,0xff,0x0f};
|