From 59291013359e940ee42237e6e02d3ea6af42d4f0 Mon Sep 17 00:00:00 2001 From: Jason Long Date: Fri, 20 Jun 2014 11:48:57 -0400 Subject: [PATCH] tiles.rc: update documentation of tiles.rc format --- graphics/HACKING.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/HACKING.txt b/graphics/HACKING.txt index 029439a..2123cc4 100644 --- a/graphics/HACKING.txt +++ b/graphics/HACKING.txt @@ -2,7 +2,7 @@ The Recipe File =============== -The `tiles.dat' file is the recipe file for generating the tiles. +The `tiles.rc' file is the recipe file for generating the tiles. It is a plain-text file, where each line begins with a tile id, followed by an image specification. @@ -10,8 +10,8 @@ The image specification consists of one or more image layers separated by the pipe character (|). The layers are drawn in the order specified. A layer is a file name (excluding the .png extension), optionally followed -by @X,Y,W,H, where X,Y specify the upper-left corner of the rectangle to -draw, and W,H specify the width and height of the rectangle to draw. +by @X,Y, where X,Y specify the upper-left corner of the rectangle to +draw. ==============================