mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-15 23:19:29 -07:00
22 lines
315 B
Plaintext
22 lines
315 B
Plaintext
#define drawmovewindow_width 16
|
|
#define drawmovewindow_height 16
|
|
static char drawmovewindow_bits[] = {
|
|
0xff, 0xff,
|
|
0xff, 0xff,
|
|
0x03, 0xf0,
|
|
0x03, 0xfc,
|
|
0x03, 0xff,
|
|
0xc3, 0xff,
|
|
0xf3, 0xff,
|
|
0xff, 0xff,
|
|
0xff, 0xff,
|
|
0xf3, 0xff,
|
|
0xc3, 0xff,
|
|
0x03, 0xff,
|
|
0x03, 0xfc,
|
|
0x03, 0xf0,
|
|
0xff, 0xff,
|
|
0xff, 0xff,
|
|
|
|
};
|