tiles.rc: update documentation of tiles.rc format

This commit is contained in:
Jason Long 2014-06-20 11:48:57 -04:00
parent 951c0fecbf
commit 5929101335

View file

@ -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.
==============================