1
0
forked from 0ad/0ad

This was SVN commit r11888.

This commit is contained in:
Matthijs de Rijk 2012-05-20 00:26:18 +00:00
parent f72d820cd4
commit d5e3e975c8
10 changed files with 8 additions and 38 deletions

View File

@ -1,19 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<float/>
<group>
<variant frequency="1" name="Base">
<texture>props/rome_qui_props.dds</texture>
</variant>
</group>
<group>
<variant frequency="1" name="oars-up">
<mesh>props/rome_qui_oars.dae</mesh>
</variant>
<variant frequency="1" name="oars-down">
<mesh>props/rome_qui_oars2.dae</mesh>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -8,7 +8,7 @@
<group>
<variant frequency="100" name="Base">
<mesh>props/rome_qui_props.dae</mesh>
<texture>props/rome_qui_props.dds</texture>
<texture>structural/rome_qui.dds</texture>
</variant>
</group>

View File

@ -14,14 +14,12 @@
<group>
<variant frequency="1" name="sail">
<props>
<prop actor="props/structures/romans/quinquereme_oars.xml" attachpoint="root"/>
<prop actor="props/structures/romans/quinquereme_props.xml" attachpoint="root"/>
<prop actor="props/structures/romans/quinquereme_mast.xml" attachpoint="root"/>
</props>
</variant>
<variant frequency="1" name="no-sail">
<props>
<prop actor="props/structures/romans/quinquereme_oars.xml" attachpoint="root"/>
<prop actor="props/structures/romans/quinquereme_props.xml" attachpoint="root"/>
</props>
</variant>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.