Dummytile (DEF): Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
 
Fox (talk | contribs)
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:WIP pages]]
<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 06: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.