Setuptile (DEF): Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
No edit summary
Fox (talk | contribs)
No edit summary
 
Line 1: Line 1:
'''setuptile <tilenum> <width> <height> <x-offset> <y-offset><br />
<span {{code}}>'''setuptile''' <tilenum> <width> <height> <x-offset> <y-offset></span><br />
'''setuptilerange <start tilenum> <end tilenum> <width> <height> <x-offset> <y-offset>
<span {{code}}>'''setuptilerange''' <start tilenum> <end tilenum> <width> <height> <x-offset> <y-offset></span>


Used in DEF files to setup the properties which are applied to the highres replacement of the tile. This allows the creation of placeholder tiles for use with [[texture]] without having to edit .ART files.
Used in DEF files to setup the properties which are applied to the highres replacement of the tile. This allows the creation of placeholder tiles for use with [[texture]] without having to edit .ART files.

Latest revision as of 06:02, 23 February 2020

setuptile <tilenum> <width> <height> <x-offset> <y-offset>
setuptilerange <start tilenum> <end tilenum> <width> <height> <x-offset> <y-offset>

Used in DEF files to setup the properties which are applied to the highres replacement of the tile. This allows the creation of placeholder tiles for use with texture without having to edit .ART files.

Unlike dummytile this command won't draw black.

It doesn't affect 8-bit tiles or HUD images.