mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 16:39:31 -07:00
7 lines
243 B
C
7 lines
243 B
C
#define ubalu_width 16
|
|
#define ubalu_height 16
|
|
static char ubalu_bits[] = {
|
|
0xf6,0x03,0xf6,0xfb,0x06,0xfb,0x7e,0x1b,0x7e,0xd8,0x60,0xdf,0x6f,0xdf,0x6f,
|
|
0xc0,0x03,0xf6,0xfb,0xf6,0xfb,0x06,0x1b,0x7e,0xd8,0x7e,0xdf,0x60,0xdf,0x6f,
|
|
0xc0,0x6f};
|