mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
This was SVN commit r7027.
This commit is contained in:
parent
b42c59d561
commit
9216c85ccc
3 changed files with 24 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="1" name="quarry temperate">
|
||||
<mesh>gaia/quarry_a.dae</mesh>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="1" name="quarry temperate">
|
||||
<mesh>gaia/quarry_b.dae</mesh>
|
||||
<props>
|
||||
<prop actor="geology/quarry_temperate_b_base.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<texture>gaia/quarry_temperate.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="1" name="quarry base [B]">
|
||||
<mesh>gaia/quarry_b_base.dae</mesh>
|
||||
<texture>gaia/decal_quarry_temperate.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
</actor>
|
||||
Loading…
Reference in a new issue