1
0
forked from mirrors/0ad

Fix Missing props for the old athen fortress. Patch by Stan.

Refs #2524.
Differential Revision: https://code.wildfiregames.com/D352
This was SVN commit r19509.
This commit is contained in:
fatherbushido
2017-05-04 09:13:54 +00:00
parent f794a14610
commit c707999bec
@@ -5,13 +5,15 @@
<variant frequency="100" name="Hellenes Fortress">
<mesh>structural/hele_fortress.dae</mesh>
<props>
<prop actor="props/structures/athenians/fortress_shields.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/fortress_shields.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/fortress_gate.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/fortress_props.xml" attachpoint="root"/>
<prop actor="props/structures/decals/dirt_5x5.xml" attachpoint="root"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
</props>
<textures><texture file="structural/hele_struct_b.dds" name="baseTex"/></textures>
<textures>
<texture file="structural/hele_struct_b.dds" name="baseTex"/>
</textures>
</variant>
</group>
<group>
@@ -30,7 +32,7 @@
<prop actor="particle/destruction_smoke_large.xml" attachpoint="root"/>
<prop actor="particle/destruction_dust_large.xml" attachpoint="root"/>
<prop actor="particle/destruction_dust_large_gray.xml" attachpoint="root"/>
<prop actor="props/structures/athenians/fortress_shields.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/fortress_shields.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/fortress_gate.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/fortress_props.xml" attachpoint="root"/>
</props>