Dummytile (DEF): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
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. | ||
See also [[tilefromtexture]] and [[setuptile]]. | See also [[tilefromtexture (DEF)|tilefromtexture]] and [[setuptile (DEF)|setuptile]]. | ||
[[Category:DEF commands]] | [[Category:DEF commands]] |
Revision as of 12:10, 21 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.
See also tilefromtexture and setuptile.