1
0
forked from 0ad/0ad

Remove unused horse sele_crest and straps_kush_base.xml from wrong folder.

Concern raised by @elexis in checkref

Following 2115bf2e5d

This was SVN commit r22594.
This commit is contained in:
Alexandermb 2019-08-02 14:20:12 +00:00
parent df489f2500
commit 007f271a67
3 changed files with 0 additions and 28 deletions

View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<variant frequency="1" name="base">
<mesh>props/horse/straps_kush.dae</mesh>
<textures>
<texture file="props/horse/kush_straps.png" name="baseTex"/>
<texture file="props/horse/kush_straps_norm.png" name="normTex"/>
<texture file="props/horse/kush_straps_spec.png" name="specTex"/>
</textures>
</variant>

View File

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="crest">
<mesh>props/helmet/sele_horse_crest.dae</mesh>
<textures>
<texture file="props/helmet/sele_horse_crest.png" name="baseTex"/>
<texture file="props/helmet/sele_horse_crest_norm.png" name="normTex"/>
<texture file="props/helmet/sele_horse_crest_spec.png" name="specTex"/>
</textures>
</variant>
</group>
<material>player_trans_parallax_spec.xml</material>
</actor>