The actor files needed for the santa hat

This was SVN commit r1575.
This commit is contained in:
Wijitmaker 2004-12-24 00:50:23 +00:00
parent 6a6be33794
commit 579cb98383
2 changed files with 31 additions and 10 deletions

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<!DOCTYPE Object SYSTEM "/art/actors/object.dtd">
<!-- File automatically generated by ScEd -->
<Object>
<Name>Santa Hat</Name>
<ModelName>art/meshes/props/h_santa.pmd</ModelName>
<TextureName>art/textures/skins/skeletal/santa.dds</TextureName>
<Properties
autoflatten="0"
castshadows="1"
></Properties>
</Object>

View File

@ -1,10 +1,17 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<!DOCTYPE Object SYSTEM "/art/actors/object.dtd">
<!-- File automatically generated by ScEd Version: 0.0.6.1 -->
<Object>
<Name>Santa Head</Name>
<ModelName>art/meshes/props/m_h_beard.pmd</ModelName>
<TextureName>art/textures/skins/props/santa_head.dds</TextureName>
</Object>
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<!DOCTYPE Object SYSTEM "/art/actors/object.dtd">
<!-- File automatically generated by ScEd -->
<Object>
<Name>Santa Head</Name>
<ModelName>art/meshes/props/m_h_beard.pmd</ModelName>
<TextureName>art/textures/skins/props/santa_head.dds</TextureName>
<Properties
autoflatten="0"
castshadows="1"
></Properties>
<Props>
<Prop attachpoint="helmet" model="Santa Hat"> </Prop>
</Props>
</Object>