Difference between revisions of "TEXTURES"
From ECWolf Wiki
m (See also) |
(So basically the whole page was mostly useless.) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | The textures lump is used to define textures | + | The textures lump is used to define composited textures. The lump is supported by code from ZDoom and should be mostly identical to [[ZDoom:TEXTURES|ZDoom's TEXTURES]] lump (note that ECWolf does not support deprecated features). |
− | |||
− | |||
− | The syntax is '' | + | ECWolf does add the ability to assign textures to art indexes for art screens. It is not recommended that you use this feature since graphics can be given by name. The syntax is "'''artindex''' ''number'', ''texture''". |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Special Lumps]] | [[Category:Special Lumps]] |
Latest revision as of 13:31, 2 October 2012
The textures lump is used to define composited textures. The lump is supported by code from ZDoom and should be mostly identical to ZDoom's TEXTURES lump (note that ECWolf does not support deprecated features).
ECWolf does add the ability to assign textures to art indexes for art screens. It is not recommended that you use this feature since graphics can be given by name. The syntax is "artindex number, texture".