1
0
forked from 0ad/0ad

Fixed some corral decals.

This was SVN commit r12320.
This commit is contained in:
Michael D. Hafer 2012-08-08 17:40:25 +00:00
parent 166255b744
commit fb012f14b9
4 changed files with 34 additions and 6 deletions

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<group>
<variant frequency="1">
<decal width="25" depth="16" angle="90" offsetx="0" offsetz="0"/>
<textures>
<texture file="props/decal_struct_mud_long.dds" name="baseTex"/>
</textures>
</variant>
</group>
<material>terrain_base.xml</material>
</actor>

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<group>
<variant frequency="1">
<decal width="25" depth="16" angle="-90" offsetx="0" offsetz="0"/>
<textures>
<texture file="props/decal_struct_mud_long.dds" name="baseTex"/>
</textures>
</variant>
</group>
<material>terrain_base.xml</material>
</actor>

View File

@ -5,11 +5,13 @@
<variant frequency="100" name="celtic corral"> <variant frequency="100" name="celtic corral">
<mesh>structural/celt_corral_base.dae</mesh> <mesh>structural/celt_corral_base.dae</mesh>
<props> <props>
<prop actor="props/structures/celts/corral_mud.xml" attachpoint="root"/> <prop actor="props/structures/decals/celt_corral_mud.xml" attachpoint="root"/>
<prop actor="props/structures/celts/corral_props_new.xml" attachpoint="root"/> <prop actor="props/structures/celts/corral_props_new.xml" attachpoint="root"/>
<prop actor="props/structures/celts/corral_props_1.xml" attachpoint="root"/> <prop actor="props/structures/celts/corral_props_1.xml" attachpoint="root"/>
</props> </props>
<textures><texture file="structural/celt_struct_1.dds" name="baseTex"/></textures> <textures>
<texture file="structural/celt_struct_1.dds" name="baseTex"/>
</textures>
</variant> </variant>
</group> </group>
<group> <group>
@ -19,7 +21,7 @@
<prop actor="particle/destruction_smoke_small.xml" attachpoint="root"/> <prop actor="particle/destruction_smoke_small.xml" attachpoint="root"/>
<prop actor="particle/destruction_dust_small.xml" attachpoint="root"/> <prop actor="particle/destruction_dust_small.xml" attachpoint="root"/>
<prop actor="particle/destruction_dust_small_gray.xml" attachpoint="root"/> <prop actor="particle/destruction_dust_small_gray.xml" attachpoint="root"/>
<prop actor="props/structures/celts/corral_mud.xml" attachpoint="root"/> <prop actor="props/structures/decals/celt_corral_mud.xml" attachpoint="root"/>
<prop actor="props/structures/celts/corral_props_new.xml" attachpoint="root"/> <prop actor="props/structures/celts/corral_props_new.xml" attachpoint="root"/>
<prop actor="props/structures/celts/corral_props_1.xml" attachpoint="root"/> <prop actor="props/structures/celts/corral_props_1.xml" attachpoint="root"/>
</props> </props>

View File

@ -7,9 +7,11 @@
<props> <props>
<prop actor="props/structures/romans/corral_plants.xml" attachpoint="root"/> <prop actor="props/structures/romans/corral_plants.xml" attachpoint="root"/>
<prop actor="props/structures/romans/corral_wood.xml" attachpoint="root"/> <prop actor="props/structures/romans/corral_wood.xml" attachpoint="root"/>
<prop actor="props/structures/celts/corral_mud.xml" attachpoint="root"/> <prop actor="props/structures/decals/rome_corral_mud.xml" attachpoint="root"/>
</props> </props>
<textures><texture file="structural/rome_struct_2.png" name="baseTex"/></textures> <textures>
<texture file="structural/rome_struct_2.png" name="baseTex"/>
</textures>
</variant> </variant>
</group> </group>
<group> <group>
@ -21,7 +23,7 @@
<prop actor="particle/destruction_dust_small_gray.xml" attachpoint="root"/> <prop actor="particle/destruction_dust_small_gray.xml" attachpoint="root"/>
<prop actor="props/structures/romans/corral_plants.xml" attachpoint="root"/> <prop actor="props/structures/romans/corral_plants.xml" attachpoint="root"/>
<prop actor="props/structures/romans/corral_wood.xml" attachpoint="root"/> <prop actor="props/structures/romans/corral_wood.xml" attachpoint="root"/>
<prop actor="props/structures/celts/corral_mud.xml" attachpoint="root"/> <prop actor="props/structures/decals/rome_corral_mud.xml" attachpoint="root"/>
</props> </props>
</variant> </variant>
</group> </group>