mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-10 14:57:09 +00:00
#Spartan single player and multi-player shields
This was SVN commit r4274.
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant name="base">
|
||||
<mesh>props/shield/round_h_f.pmd</mesh>
|
||||
<props>
|
||||
<prop actor="props/units/shields/hele_round_back.xml" attachpoint="back"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<variant name="shield-lamtha-a">
|
||||
<texture>props/shield/hele_spartan_v1.dds</texture>
|
||||
</variant>
|
||||
<variant name="shield-lamtha-b">
|
||||
<texture>props/shield/hele_spartan_v2.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>player_trans.xml</material>
|
||||
|
||||
</actor>
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant name="base">
|
||||
<mesh>props/shield/round_h_f.pmd</mesh>
|
||||
<props>
|
||||
<prop actor="props/units/shields/hele_round_back.xml" attachpoint="back"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<variant name="shield-mora-a">
|
||||
<texture>props/shield/hele_spartan_a.dds</texture>
|
||||
</variant>
|
||||
<variant name="shield-mora-b">
|
||||
<texture>props/shield/hele_spartan_b.dds</texture>
|
||||
</variant>
|
||||
<variant name="shield-mora-c">
|
||||
<texture>props/shield/hele_spartan_c.dds</texture>
|
||||
</variant>
|
||||
<variant name="shield-mora-d">
|
||||
<texture>props/shield/hele_spartan_d.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>player_trans.xml</material>
|
||||
|
||||
</actor>
|
||||
Reference in New Issue
Block a user