mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
288 B
Plaintext
22 lines
288 B
Plaintext
#define dice4_width 16
|
|
#define dice4_height 16
|
|
static char dice4_bits[] = {
|
|
0xff, 0xff,
|
|
0xff, 0xff,
|
|
0xf3, 0xcf,
|
|
0xf3, 0xcf,
|
|
0xff, 0xff,
|
|
0xff, 0xff,
|
|
0xff, 0xff,
|
|
0xff, 0xff,
|
|
0xff, 0xff,
|
|
0xff, 0xff,
|
|
0xff, 0xff,
|
|
0xff, 0xff,
|
|
0xf3, 0xcf,
|
|
0xf3, 0xcf,
|
|
0xff, 0xff,
|
|
0xff, 0xff,
|
|
|
|
};
|