mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-17 07:59:29 -07:00
22 lines
300 B
Plaintext
22 lines
300 B
Plaintext
#define champagne_width 16
|
|
#define champagne_height 16
|
|
static char champagne_bits[] = {
|
|
0x00, 0x06,
|
|
0x00, 0x06,
|
|
0x18, 0x30,
|
|
0x98, 0x31,
|
|
0x80, 0x01,
|
|
0x00, 0x00,
|
|
0xfc, 0x3f,
|
|
0xf8, 0x1f,
|
|
0xf0, 0x0f,
|
|
0xe0, 0x07,
|
|
0xc0, 0x03,
|
|
0x80, 0x01,
|
|
0x80, 0x01,
|
|
0x80, 0x01,
|
|
0x80, 0x01,
|
|
0xf0, 0x0f,
|
|
|
|
};
|