Dummytile (DEF): Difference between revisions
Jump to navigation
Jump to search
Created page with "Category:WIP pages Category:DEF commands" |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[ | <span {{code}}>'''dummytile''' <tilenum> <width> <height></span><br /> | ||
<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. | |||
[[tilefromtexture (DEF)|tilefromtexture]] can be used to add the texture offsets. | |||
See also [[tilefromtexture (DEF)|tilefromtexture]] and [[setuptile (DEF)|setuptile]]. | |||
[[Category:DEF commands]] | [[Category:DEF commands]] |
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.