tiles.rc: update documentation of tiles.rc format
This commit is contained in:
parent
951c0fecbf
commit
5929101335
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
The Recipe File
|
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,
|
It is a plain-text file, where each line begins with a tile id,
|
||||||
followed by an image specification.
|
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.
|
by the pipe character (|). The layers are drawn in the order specified.
|
||||||
|
|
||||||
A layer is a file name (excluding the .png extension), optionally followed
|
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
|
by @X,Y, 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.
|
draw.
|
||||||
|
|
||||||
|
|
||||||
==============================
|
==============================
|
||||||
|
|
Reference in a new issue