1
0
forked from 0ad/0ad

2 wheeled wagon and hele spear packed. Wooden wagon texture

This was SVN commit r12873.
This commit is contained in:
Pureon 2012-11-24 17:42:42 +00:00
parent ed98320acc
commit f96aeb1bd8
8 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="hele spear packed">
<animations/>
<mesh>props/special/hele_spear_packed.dae</mesh>
<textures><texture file="structural/hele_siege.dds" name="baseTex"/></textures>
</variant>
</group>
</actor>

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="wagon empty">
<animations>
<animation file="mechanical/wagon_two_wheel_empty_idle.dae" name="Idle" speed="100"/>
<animation file="mechanical/wagon_two_wheel_empty_move.dae" name="Walk" speed="10"/>
<animation file="mechanical/wagon_two_wheel_empty_move.dae" name="Run" speed="10"/>
</animations>
<mesh>props/special/wagon_two_wheel_empty.dae</mesh>
<props>
<prop actor="units/hellenes/trader_h.xml" attachpoint="horse"/>
</props>
<textures><texture file="props/wooden_wagon.png" name="baseTex"/></textures>
</variant>
</group>
</actor>

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="wagon hele spear">
<animations>
<animation file="mechanical/wagon_two_wheel_empty_idle.dae" name="Idle" speed="100"/>
<animation file="mechanical/wagon_two_wheel_empty_move.dae" name="Walk" speed="10"/>
<animation file="mechanical/wagon_two_wheel_empty_move.dae" name="Run" speed="10"/>
</animations>
<mesh>props/special/wagon_two_wheel_empty.dae</mesh>
<props>
<prop actor="props/special/hele_spear_packed.xml" attachpoint="cargo"/>
<prop actor="units/hellenes/trader_h.xml" attachpoint="horse"/>
</props>
<textures><texture file="props/wooden_wagon.png" name="baseTex"/></textures>
</variant>
</group>
</actor>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.