Files
nethack/win/share
nhmall de842ec483 add a set of decals to stock tileset
win/share/decals.txt contains (initially) a decal_delimiter tile,
a decal_pet tile, and a decal_pile tile.
The latter two can be used for hilite_pet and hilite_pile implementations
that don't have something in place already. The implementation would
just need to apply (merge) the non-background decal pixels over a
regular tile.

The special decal_delimiter tile can be used to confirm the presence
of the delimiter tiles in the tileset and mark the end of the regular tiles,
and the start of the decal tiles.
   row 1 contains the background color whose pixels should be
   ignored when applying a decal to a tile.
   row 2 contains a row of pixels colored (0, 0, 0).
   row 3 contains a row of pixels colored pure green (0, 255, 0).
   row 3 contains a row of pixels colored pure blue  (0, 0, 255).
2026-07-29 20:47:50 -04:00
..
2022-03-13 11:06:45 -04:00
2025-01-12 23:57:56 -05:00
2019-12-07 17:07:50 +01:00
2019-12-07 17:07:50 +01:00
2024-02-28 20:15:56 -08:00
2026-06-20 18:26:43 -04:00
2018-04-25 16:54:50 -04:00
2026-06-20 18:26:43 -04:00
2026-06-20 18:55:28 -04:00
2026-06-20 18:26:43 -04:00
2026-07-29 20:47:50 -04:00
2022-03-13 11:06:45 -04:00