mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-29 05:52:58 +00:00
Roman quinquireme finished
This was SVN commit r7136.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<group>
|
||||
<variant frequency="100" name="Base">
|
||||
<mesh>props/rome_qui_mast.dae</mesh>
|
||||
<texture>structural/plac_rome.dds</texture>
|
||||
<texture>props/rome_qui_sail.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<group>
|
||||
<variant frequency="100" name="Base">
|
||||
<mesh>props/rome_qui_oars.dae</mesh>
|
||||
<texture>structural/plac_rome.dds</texture>
|
||||
<texture>props/rome_qui_props.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<float/>
|
||||
|
||||
<group>
|
||||
<variant frequency="100" name="Base">
|
||||
<mesh>props/rome_qui_props.dae</mesh>
|
||||
<texture>props/rome_qui_props.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>player_trans.xml</material>
|
||||
|
||||
</actor>
|
||||
@@ -8,14 +8,26 @@
|
||||
<group>
|
||||
<variant frequency="100" name="Base">
|
||||
<mesh>structural/rome_qui.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/structures/romans/quinquereme_oars.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/romans/quinquereme_mast.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<texture>structural/plac_rome.dds</texture>
|
||||
<texture>structural/rome_qui.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>player_trans.xml</material>
|
||||
<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>
|
||||
</group>
|
||||
|
||||
<material>basic_trans.xml</material>
|
||||
|
||||
</actor>
|
||||
|
||||
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.
Binary file not shown.
Reference in New Issue
Block a user