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 ubalu_width 16
|
|
#define ubalu_height 16
|
|
static char ubalu_bits[] = {
|
|
0x09, 0xfc,
|
|
0x09, 0x04,
|
|
0xf9, 0x04,
|
|
0x81, 0xe4,
|
|
0x81, 0x27,
|
|
0x9f, 0x20,
|
|
0x90, 0x20,
|
|
0x90, 0x3f,
|
|
0xfc, 0x09,
|
|
0x04, 0x09,
|
|
0x04, 0xf9,
|
|
0xe4, 0x81,
|
|
0x27, 0x81,
|
|
0x20, 0x9f,
|
|
0x20, 0x90,
|
|
0x3f, 0x90,
|
|
|
|
};
|