mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-21 10:09:30 -07:00
7 lines
255 B
C
7 lines
255 B
C
#define movietone_width 16
|
|
#define movietone_height 16
|
|
static char movietone_bits[] = {
|
|
0x57,0x57,0x75,0x75,0x57,0x57,0x75,0x75,0x57,0x57,0x75,0x75,0x57,0x57,0x75,
|
|
0x75,0x57,0x57,0x75,0x75,0x57,0x57,0x75,0x75,0x57,0x57,0x75,0x75,0x57,0x57,
|
|
0x75,0x75};
|