Setuptile (DEF): Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
 
Fox (talk | contribs)
No edit summary
Line 1: Line 1:
[[Category:WIP pages]]
'''setuptile <tilenum> <width> <height> <x-offset> <y-offset><br />
'''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.


[[Category:DEF commands]]
[[Category:DEF commands]]

Revision as of 13:12, 21 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.