mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
291 B
Plaintext
22 lines
291 B
Plaintext
#define ubalu2_width 16
|
|
#define ubalu2_height 16
|
|
static char ubalu2_bits[] = {
|
|
0x89, 0x9d,
|
|
0x08, 0x04,
|
|
0xf8, 0x04,
|
|
0x81, 0xe4,
|
|
0x81, 0x27,
|
|
0x1f, 0x20,
|
|
0x10, 0x20,
|
|
0x91, 0xb9,
|
|
0x9d, 0x89,
|
|
0x04, 0x08,
|
|
0x04, 0xf8,
|
|
0xe4, 0x81,
|
|
0x27, 0x81,
|
|
0x20, 0x1f,
|
|
0x20, 0x10,
|
|
0xb9, 0x91,
|
|
|
|
};
|