Dummytile (DEF)

From EDukeWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.