mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-16 23:49:29 -07:00
22 lines
297 B
Plaintext
22 lines
297 B
Plaintext
#define trashcan_width 16
|
|
#define trashcan_height 16
|
|
static char trashcan_bits[] = {
|
|
0x24, 0x03,
|
|
0x00, 0x15,
|
|
0x10, 0x3a,
|
|
0x42, 0x74,
|
|
0x00, 0x28,
|
|
0xe4, 0x5f,
|
|
0x20, 0xa0,
|
|
0x60, 0xf5,
|
|
0x40, 0x15,
|
|
0x40, 0x15,
|
|
0x40, 0x15,
|
|
0x40, 0x15,
|
|
0x40, 0x15,
|
|
0x70, 0x15,
|
|
0xfc, 0x15,
|
|
0xfe, 0x1f,
|
|
|
|
};
|