1
0
forked from 0ad/0ad

Rocks -> Arrows. Fixes #2565.

This was SVN commit r15222.
This commit is contained in:
Michael D. Hafer 2014-05-26 04:48:33 +00:00
parent bc8792ba96
commit b7281c629c
2 changed files with 6 additions and 6 deletions

View File

@ -11,15 +11,15 @@
</animations>
<mesh>structural/ptol_ship_bireme.dae</mesh>
<props>
<prop actor="props/units/weapons/rock.xml" attachpoint="projectile"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
<prop actor="props/structures/ptolemies/bireme_sail.xml" attachpoint="root"/>
<prop actor="props/structures/ptolemies/bireme_shields.xml" attachpoint="root"/>
<prop actor="props/structures/ptolemies/bireme_tent.xml" attachpoint="root"/>
</props>
<textures>
<texture file="structural/ptol_bireme.png" name="baseTex"/>
<texture file="structural/ptol_bireme_norm.png" name="normTex"/>
<texture file="structural/ptol_bireme_spec.png" name="specTex"/>
<texture file="structural/ptol_bireme_norm.png" name="normTex"/>
<texture file="structural/ptol_bireme_spec.png" name="specTex"/>
</textures>
</variant>
</group>

View File

@ -11,14 +11,14 @@
</animations>
<mesh>structural/ptol_ship_trireme.dae</mesh>
<props>
<prop actor="props/units/weapons/rock.xml" attachpoint="projectile"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
<prop actor="props/structures/ptolemies/trireme_sail.xml" attachpoint="root"/>
<prop actor="props/structures/ptolemies/trireme_tent.xml" attachpoint="root"/>
</props>
<textures>
<texture file="structural/ptol_trireme.png" name="baseTex"/>
<texture file="structural/ptol_trireme_norm.png" name="normTex"/>
<texture file="structural/ptol_trireme_spec.png" name="specTex"/>
<texture file="structural/ptol_trireme_norm.png" name="normTex"/>
<texture file="structural/ptol_trireme_spec.png" name="specTex"/>
</textures>
</variant>
</group>