Definevoxel (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:
'''definevoxel''' <filename><br />
<span {{code}}>'''definevoxel''' <filename></span><br />
'''definevoxeltiles''' <first tilenum> <last tilenum>
<span {{code}}>'''definevoxeltiles''' <first tilenum> <last tilenum></span>


Defines a voxel to replace sprites in the game. <filename> is the name of the .KVX file containing the voxel.
Defines a voxel to replace sprites in the game. <filename> is the name of the .KVX file containing the voxel.

Revision as of 06:46, 23 February 2020

definevoxel <filename>
definevoxeltiles <first tilenum> <last tilenum>

Defines a voxel to replace sprites in the game. <filename> is the name of the .KVX file containing the voxel.

definevoxeltiles defines the range of ART-file tiles to replace with the voxel.