1
0
forked from 0ad/0ad

Gave the fauna horse random textures

This was SVN commit r3484.
This commit is contained in:
Michael D. Hafer 2006-02-08 02:25:30 +00:00
parent b17b43b525
commit 51cbee9f39

View File

@ -10,9 +10,28 @@
<animation file="quadraped/horse_gallop.psa" name="Walk" speed="700"/> <animation file="quadraped/horse_gallop.psa" name="Walk" speed="700"/>
</animations> </animations>
<mesh>skeletal/horse.pmd</mesh> <mesh>skeletal/horse.pmd</mesh>
<props/> </variant>
</group>
<group>
<variant>
<texture>skeletal/horse_black_a.dds</texture> <texture>skeletal/horse_black_a.dds</texture>
</variant> </variant>
<variant>
<texture>skeletal/horse_brown_a.dds</texture>
</variant>
<variant>
<texture>skeletal/horse_chestnut_a.dds</texture>
</variant>
<variant>
<texture>skeletal/horse_dun_a.dds</texture>
</variant>
<variant>
<texture>skeletal/horse_gray_a.dds</texture>
</variant>
<variant>
<texture>skeletal/horse_tan_a.dds</texture>
</variant>
</group> </group>
</actor> </actor>