Dummytile (DEF): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''dummytile''' <tilenum> <width> <height><br /> | <span {{code}}>'''dummytile''' <tilenum> <width> <height></span><br /> | ||
'''dummytilerange''' <start tilenum> <end tilenum> <width> <height> | <span {{code}}>'''dummytilerange''' <start tilenum> <end tilenum> <width> <height></span> | ||
Used in DEF files to create a blank tile at location <tilenum> of the dimensions <width> and <height>. This allows the creation of placeholder tiles for use with [[texture]] without having to edit .ART files. | Used in DEF files to create a blank tile at location <tilenum> of the dimensions <width> and <height>. This allows the creation of placeholder tiles for use with [[texture]] without having to edit .ART files. |
Latest revision as of 05:01, 23 February 2020
dummytile <tilenum> <width> <height>
dummytilerange <start tilenum> <end tilenum> <width> <height>
Used in DEF files to create a blank tile at location <tilenum> of the dimensions <width> and <height>. This allows the creation of placeholder tiles for use with texture without having to edit .ART files.
tilefromtexture can be used to add the texture offsets.
See also tilefromtexture and setuptile.