mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 08:29:29 -07:00
7 lines
249 B
C
7 lines
249 B
C
#define dmndpla_width 16
|
|
#define dmndpla_height 16
|
|
static char dmndpla_bits[] = {
|
|
0xc2,0xc2,0x6d,0x6d,0xba,0xba,0x56,0x56,0x2c,0x2c,0xd6,0xd6,0xab,0xab,0x65,
|
|
0x65,0xc2,0xc2,0x6d,0x6d,0xba,0xba,0x56,0x56,0x2c,0x2c,0xd6,0xd6,0xab,0xab,
|
|
0x65,0x65};
|