OSDN Git Service

upgrade to 3.6.1
[jnethack/source.git] / win / share / tile.doc
index 8137f0f..baa7bd2 100644 (file)
@@ -1,4 +1,4 @@
-NetHack 3.6  tile.doc  $NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$
+NetHack 3.6  tile.doc  $NHDT-Date: 1524684654 2018/04/25 19:30:54 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.7 $
 
 Window ports can optionally make use of the tiles (pictures for NetHack
 symbols) found in this directory.  They are distributed in a text format
@@ -57,8 +57,10 @@ boolean read_text_tile(pixel[TILE_Y][TILE_X]);
 boolean write_text_tile(pixel[TILE_Y][TILE_X]);
        writes tile
 
-There are two additional shared routines provided for writers:
+There are some additional shared routines provided for writers:
 
+void set_grayscale(boolean g);
+       do grayscale color substitutions when reading the tile text file
 void init_colormap();
        initialize the output colormap from the input one
        must be called before opening output file as colormap is part of header