SKININFO: Difference between revisions

87 bytes added ,  2 January 2023
Add special lump warning box
(Ported https://zdoom.org/wiki/SKININFO)
 
(Add special lump warning box)
Tag: Source edit
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''SKININFO''' is a lump used to define skins in Zandronum. The lump is like {{zdoomwiki|S_SKIN}}, in fact it is feature equivalent with a few additions. Everything from S_SKIN can be used as properties. The advantage of SKININFO is that multiple skins can be defined in one lump.
{{SpecialLumpWarning}}
'''SKININFO''' is a lump used to define skins in Zandronum. The lump is like {{zdoomwiki|S_SKIN}}, in fact it is feature equivalent with a few additions. Everything from S_SKIN can be used as properties. The advantage of SKININFO is that multiple skins can be defined in one lump.


  ''{''
  ''{''
Line 5: Line 6:
  ''}''
  ''}''


=== Properties ===
== Properties ==
In addition to the properties of S_SKIN the following can be used:
In addition to the properties of S_SKIN, the following can be used:


*'''hidden'''
*'''hidden'''
Line 32: Line 33:
  class = "Player"
  class = "Player"
  }
  }
[[Category:Special lumps]]
[[Category:Zandronum-specific lumps]]