mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-29 00:53:42 +00:00
#* Updated the lumber and mining animations to work correctly with props
I can't see if they work though, because the prop switcher doesn't seem to be working *looks at Philip* This was SVN commit r3701.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<animations/>
|
||||
<mesh>props/prop_axe_basic.pmd</mesh>
|
||||
<props/>
|
||||
<texture>structural/wrld_scaf.dds</texture>
|
||||
<texture>props/prop_weap.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<animations/>
|
||||
<mesh>props/prop_mallet.pmd</mesh>
|
||||
<props/>
|
||||
<texture>structural/wrld_scaf.dds</texture>
|
||||
<texture>props/prop_weap.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<group>
|
||||
<variant frequency="100" name="Base">
|
||||
<animations/>
|
||||
<mesh>props/prop_pick.pmd</mesh>
|
||||
<props/>
|
||||
<texture>props/prop_weap.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
</actor>
|
||||
@@ -73,7 +73,7 @@
|
||||
<animation file="biped/chop.psa" name="Chop" speed="150"/>
|
||||
</animations>
|
||||
<props>
|
||||
<prop actor="props/units/tools/prop_handscythe.xml" attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/handaxe.xml" attachpoint="r_hand"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
@@ -103,7 +103,7 @@
|
||||
<animation file="biped/mine.psa" name="Mine" speed="150"/>
|
||||
</animations>
|
||||
<props>
|
||||
<prop actor="props/units/tools/prop_spade.xml" attachpoint="r_hand"/>
|
||||
<prop actor="props/units/tools/prop_pick.xml" attachpoint="r_hand"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user