mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 16:39:31 -07:00
7 lines
252 B
C
7 lines
252 B
C
#define tweed4_3_width 16
|
|
#define tweed4_3_height 16
|
|
static char tweed4_3_bits[] = {
|
|
0xc2,0x25,0x0e,0xe9,0x97,0x70,0xa4,0x43,0x3d,0xda,0xf1,0x16,0x68,0x8f,0x5b,
|
|
0xbc,0x3d,0xda,0xf1,0x16,0x68,0x8f,0x5b,0xbc,0xc2,0x25,0x0e,0xe9,0x97,0x70,
|
|
0xa4,0x43};
|