mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
306 B
Plaintext
22 lines
306 B
Plaintext
#define grab_closed_width 16
|
|
#define grab_closed_height 16
|
|
static char grab_closed_bits[] = {
|
|
0xe0, 0x07,
|
|
0xf0, 0x0f,
|
|
0x78, 0x1e,
|
|
0x38, 0x1c,
|
|
0x38, 0x1c,
|
|
0x3c, 0x3c,
|
|
0x3c, 0x3c,
|
|
0x9c, 0x39,
|
|
0x9c, 0x39,
|
|
0x1c, 0x38,
|
|
0x1c, 0x38,
|
|
0x1c, 0x38,
|
|
0x1c, 0x38,
|
|
0x38, 0x0c,
|
|
0x70, 0x0e,
|
|
0x60, 0x06,
|
|
|
|
};
|