mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 22:33:56 -07:00
Fix incorrect variant on camels based on the reports of 61b8a32ad5 Unrelated but mentioned there.
This was SVN commit r23209.
This commit is contained in:
parent
a3941e8cca
commit
1fd64f0712
4 changed files with 8 additions and 5 deletions
|
|
@ -34,8 +34,9 @@
|
|||
<variant frequency="100" name="Idle"/>
|
||||
<variant file="quadraped/base_camel_run.xml" />
|
||||
<variant file="quadraped/base_camel_death.xml" />
|
||||
<variant file="quadraped/base_horse_gather_meat.xml" name="gather_meat">
|
||||
<variant name="gather_meat">
|
||||
<props>
|
||||
<prop actor="" attachpoint="rider"/>
|
||||
<prop actor="units/kushites/camelry_javelinist_b_r.xml" attachpoint="rider_root"/>
|
||||
</props>
|
||||
</variant>
|
||||
|
|
|
|||
|
|
@ -34,8 +34,9 @@
|
|||
<variant frequency="100" name="Idle"/>
|
||||
<variant file="quadraped/base_camel_run.xml" />
|
||||
<variant file="quadraped/base_camel_death.xml" />
|
||||
<variant file="quadraped/base_horse_gather_meat.xml" name="gather_meat">
|
||||
<variant name="gather_meat">
|
||||
<props>
|
||||
<prop actor="" attachpoint="rider"/>
|
||||
<prop actor="units/ptolemies/camelry_archer_a_r.xml" attachpoint="rider_root"/>
|
||||
</props>
|
||||
</variant>
|
||||
|
|
|
|||
|
|
@ -34,11 +34,11 @@
|
|||
<variant frequency="100" name="Idle"/>
|
||||
<variant file="quadraped/base_camel_run.xml" />
|
||||
<variant file="quadraped/base_camel_death.xml" />
|
||||
<variant file="quadraped/base_horse_gather_meat.xml" name="gather_meat">
|
||||
<variant name="gather_meat">
|
||||
<props>
|
||||
<prop actor="" attachpoint="rider"/>
|
||||
<prop actor="units/ptolemies/camelry_archer_b_r.xml" attachpoint="rider_root"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans.xml</material>
|
||||
</actor>
|
||||
|
|
|
|||
|
|
@ -34,8 +34,9 @@
|
|||
<variant frequency="100" name="Idle"/>
|
||||
<variant file="quadraped/base_camel_run.xml" />
|
||||
<variant file="quadraped/base_camel_death.xml" />
|
||||
<variant file="quadraped/base_horse_gather_meat.xml" name="gather_meat">
|
||||
<variant name="gather_meat">
|
||||
<props>
|
||||
<prop actor="" attachpoint="rider"/>
|
||||
<prop actor="units/ptolemies/camelry_archer_e_r.xml" attachpoint="rider_root"/>
|
||||
</props>
|
||||
</variant>
|
||||
|
|
|
|||
Loading…
Reference in a new issue