1
0
forked from 0ad/0ad

Celtic corral upgraded. Added more playercolor to gaullic civic centre.

This was SVN commit r13871.
This commit is contained in:
Enrique 2013-09-19 13:58:48 +00:00
parent bfe0b79b91
commit 4b7c1a915d
12 changed files with 32 additions and 20 deletions

View File

@ -8,8 +8,9 @@
<texture file="props/celt_prop_1.png" name="baseTex"/>
<texture file="props/celt_prop_1_norm.png" name="normTex"/>
<texture file="props/celt_prop_1_spec.png" name="specTex"/>
<texture file="structural/ao/celt_corral.png" name="aoTex"/>
</textures>
</variant>
</group>
<material>player_trans_parallax_spec.xml</material>
<material>player_trans_ao_parallax_spec.xml</material>
</actor>

View File

@ -4,8 +4,13 @@
<group>
<variant>
<mesh>structural/celt_corral_props_new.dae</mesh>
<textures><texture file="props/celt_props_new.dds" name="baseTex"/></textures>
<textures>
<texture file="props/celt_props_new.dds" name="baseTex"/>
<texture file="props/celt_props_new_norm.png" name="normTex"/>
<texture file="props/celt_props_new_spec.png" name="specTex"/>
<texture file="structural/ao/celt_corral.png" name="aoTex"/>
</textures>
</variant>
</group>
<material>player_trans.xml</material>
<material>player_trans_ao_parallax_spec.xml</material>
</actor>

View File

@ -8,11 +8,13 @@
<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_1.xml" attachpoint="root"/>
<prop actor="props/structures/celts/corral_food.xml" attachpoint="food" minheight="-20" maxheight="20"/>
</props>
<textures>
<texture file="structural/celt_struct_1.dds" name="baseTex"/>
<texture file="structural/celt_struct_1_norm.png" name="normTex"/>
<texture file="structural/celt_struct_1_spec.png" name="specTex"/>
<texture file="structural/ao/celt_corral.png" name="aoTex"/>
</textures>
</variant>
</group>
@ -26,8 +28,9 @@
<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_1.xml" attachpoint="root"/>
<prop actor="props/structures/celts/corral_food.xml" attachpoint="root" minheight="-20" maxheight="20"/>
</props>
</variant>
</group>
<material>player_trans_parallax_spec.xml</material>
<material>player_trans_ao_parallax_spec.xml</material>
</actor>

Binary file not shown.

Binary file not shown.