mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-02 02:05:20 +00:00
Hele siege rock thrower packed and four wheel wagon
This was SVN commit r12881.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant frequency="100" name="hele rock packed">
|
||||
<animations/>
|
||||
<mesh>props/special/hele_rock_packed.dae</mesh>
|
||||
<textures><texture file="structural/hele_siege.dds" name="baseTex"/></textures>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
</actor>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant frequency="100" name="wagon four wheel">
|
||||
<animations>
|
||||
<animation file="mechanical/wagon_four_wheel_empty_idle.dae" name="Idle" speed="100"/>
|
||||
<animation file="mechanical/wagon_four_wheel_empty_move.dae" name="Walk" speed="10"/>
|
||||
<animation file="mechanical/wagon_four_wheel_empty_move.dae" name="Run" speed="10"/>
|
||||
</animations>
|
||||
<mesh>props/special/wagon_four_wheel_empty.dae</mesh>
|
||||
<props>
|
||||
<prop actor="units/hellenes/trader_h.xml" attachpoint="horse_l"/>
|
||||
<prop actor="units/hellenes/trader_h.xml" attachpoint="horse_r"/>
|
||||
</props>
|
||||
<textures><texture file="props/wooden_wagon.png" name="baseTex"/></textures>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
</actor>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant frequency="100" name="wagon hele rock">
|
||||
<animations>
|
||||
<animation file="mechanical/wagon_four_wheel_empty_idle.dae" name="Idle" speed="100"/>
|
||||
<animation file="mechanical/wagon_four_wheel_empty_move.dae" name="Walk" speed="10"/>
|
||||
<animation file="mechanical/wagon_four_wheel_empty_move.dae" name="Run" speed="10"/>
|
||||
</animations>
|
||||
<mesh>props/special/wagon_four_wheel_empty.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/special/hele_rock_packed.xml" attachpoint="cargo"/>
|
||||
<prop actor="units/hellenes/trader_h.xml" attachpoint="horse_l"/>
|
||||
<prop actor="units/hellenes/trader_h.xml" attachpoint="horse_r"/>
|
||||
</props>
|
||||
<textures><texture file="props/wooden_wagon.png" name="baseTex"/></textures>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
</actor>
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user