1
0
forked from 0ad/0ad

Cart civ centre update

This was SVN commit r10054.
This commit is contained in:
Pureon 2011-08-21 16:06:20 +00:00
parent 6c859fc6bb
commit b37185f6db
9 changed files with 24 additions and 41 deletions

View File

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="civic_centre_props_a">
<mesh>props/kart_civiccentre_a.dae</mesh>
</variant>
<variant frequency="1" name="civic_centre_props_b">
<mesh>props/kart_civiccentre_b.dae</mesh>
</variant>
</group>
<group>
<variant>
<texture>structural/kart_struct.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<group>
<variant frequency="1" name="palms">
<mesh>props/kart_civiccentre_1.dae</mesh>
<texture>structural/kart_struct.dds</texture>
</variant>
</group>
<material>basic_trans.xml</material>
</actor>

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Civ centre palms">
<mesh>props/kart_civiccentre_palms</mesh>
</variant>
</group>
<group>
<variant frequency="1" name="Palm skin a">
<texture>gaia/tree_palm_senegal_a.dds</texture>
</variant>
<variant frequency="1" name="Palm skin b">
<texture>gaia/tree_palm_senegal_b.dds</texture>
</variant>
</group>
<material>basic_trans.xml</material>
</actor>

View File

@ -8,8 +8,7 @@
</animations>
<mesh>structural/kart_civiccentre.dae</mesh>
<props>
<prop actor="props/structures/carthaginians/civil_centre.xml" attachpoint="root"/>
<prop actor="props/structures/carthaginians/civil_centre_1.xml" attachpoint="root"/>
<prop actor="props/structures/carthaginians/civil_centre_palms.xml" attachpoint="root"/>
<prop actor="props/structures/decals/dirt_6x6.xml" attachpoint="root"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="loaded-projectile"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.