Dummytile (DEF): Difference between revisions
Jump to navigation
Jump to search
Created page with "Category:WIP pages Category:DEF commands" |
No edit summary |
||
Line 1: | Line 1: | ||
[[ | '''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]]. | |||
[[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.