1
0
forked from 0ad/0ad

This was SVN commit r10236.

This commit is contained in:
ShieldBearer 2011-09-09 09:25:24 +00:00
parent f2de3ea2ee
commit 5233e4c0a7
9 changed files with 37 additions and 2 deletions

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<float/>
<group>
<variant frequency="100" name="Base">
<mesh>props/kart_bireme_shrouds.dae</mesh>
<texture>props/ship_shrouds.dds</texture>
</variant>
</group>
<material>basic_trans.xml</material>
</actor>

View File

@ -5,7 +5,7 @@
<group>
<variant frequency="100" name="Base">
<mesh>props/kart_quin_shroud.dae</mesh>
<texture>props/ship_shroud.png</texture>
<texture>props/ship_shrouds.dds</texture>
</variant>
</group>
<material>basic_trans.xml</material>

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<float/>
<group>
<variant frequency="100" name="Base">
<mesh>props/hele_trireme_shroud.dae</mesh>
<texture>props/ship_shrouds.dds</texture>
</variant>
</group>
<material>basic_trans.xml</material>
</actor>

View File

@ -8,6 +8,7 @@
<props>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
<prop actor="props/structures/carthaginians/bireme_sail.xml" attachpoint="root"/>
<prop actor="props/structures/carthaginians/bireme_shroud.xml" attachpoint="root"/>
</props>
<texture>structural/kart_bireme.png</texture>
</variant>

View File

@ -9,6 +9,7 @@
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
<prop actor="props/structures/hellenes/trireme_mainsail.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/trireme_foresail.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/trireme_shroud.xml" attachpoint="root"/>
</props>
</variant>
</group>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.