1
0
forked from 0ad/0ad

Moved the sails from structural/ to props/ (which is what they are).

This was SVN commit r8777.
This commit is contained in:
Michael D. Hafer 2010-12-03 19:22:56 +00:00
parent cf2638da09
commit 3b817d2162
11 changed files with 19 additions and 24 deletions

View File

@ -1,29 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant>
<mesh>props/hele_bir2.pmd</mesh>
</variant>
</group>
<group>
<variant frequency="1" name="Sail-Plain">
<texture>structural/hele_sail.dds</texture>
<texture>props/hele_sail.dds</texture>
</variant>
<variant frequency="5" name="Sail-Pegasus">
<texture>structural/hele_sail_pegasus.dds</texture>
<texture>props/hele_sail_pegasus.dds</texture>
</variant>
<variant frequency="6" name="Sail-Star">
<texture>structural/hele_sail_star_a.dds</texture>
<texture>props/hele_sail_star_a.dds</texture>
</variant>
<variant frequency="3" name="Sail-Hawk">
<texture>structural/hele_sail_hawk_a.dds</texture>
<texture>props/hele_sail_hawk_a.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -11,28 +11,28 @@
<group>
<variant frequency="1" name="Sail-Plain">
<texture>structural/hele_sail.dds</texture>
<texture>props/hele_sail.dds</texture>
</variant>
<variant frequency="3" name="Sail-Pegasus">
<texture>structural/hele_sail_pegasus.dds</texture>
<texture>props/hele_sail_pegasus.dds</texture>
</variant>
<variant frequency="3" name="Sail-Pegasus-2">
<texture>structural/hele_sail_pegasus_2.dds</texture>
<texture>props/hele_sail_pegasus_2.dds</texture>
</variant>
<variant frequency="2" name="Sail-Runner">
<texture>structural/hele_sail_runner.dds</texture>
<texture>props/hele_sail_runner.dds</texture>
</variant>
<variant frequency="2" name="Sail-Eye">
<texture>structural/hele_sail_eye.dds</texture>
<texture>props/hele_sail_eye.dds</texture>
</variant>
<variant frequency="2" name="Sail-Hawk">
<texture>structural/hele_sail_hawk_a.dds</texture>
<texture>props/hele_sail_hawk_a.dds</texture>
</variant>
<variant frequency="2" name="Sail-Krater">
<texture>structural/hele_sail_krater.dds</texture>
<texture>props/hele_sail_krater.dds</texture>
</variant>
<variant frequency="5" name="Sail-Star">
<texture>structural/hele_sail_star_a.dds</texture>
<texture>props/hele_sail_star_a.dds</texture>
</variant>
</group>

View File

@ -8,25 +8,25 @@
</group>
<group>
<variant frequency="1" name="sail-pegasus">
<texture>structural/hele_sail_pegasus.dds</texture>
<texture>props/hele_sail_pegasus.dds</texture>
</variant>
<variant frequency="1" name="sail-krater">
<texture>structural/hele_sail_krater.dds</texture>
<texture>props/hele_sail_krater.dds</texture>
</variant>
<variant frequency="1" name="sail-triskeles">
<texture>structural/hele_sail_runner.dds</texture>
<texture>props/hele_sail_runner.dds</texture>
</variant>
<variant frequency="1" name="sail-star">
<texture>structural/hele_sail_star_a.dds</texture>
<texture>props/hele_sail_star_a.dds</texture>
</variant>
<variant frequency="1" name="sail-pegasus2">
<texture>structural/hele_sail_pegasus_2.dds</texture>
<texture>props/hele_sail_pegasus_2.dds</texture>
</variant>
<variant frequency="1" name="sail-hawk">
<texture>structural/hele_sail_hawk_a.dds</texture>
<texture>props/hele_sail_hawk_a.dds</texture>
</variant>
<variant frequency="1" name="sail-eye">
<texture>structural/hele_sail_eye.dds</texture>
<texture>props/hele_sail_eye.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>