mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-13 00:14:35 +00:00
This was SVN commit r7027.
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user