mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 16:23:44 +00:00
New berry bushes. Finished Cycladic Archipelago.
This was SVN commit r8695.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant name="Berries">
|
||||
<mesh>gaia/bush_med_a.dae</mesh>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant frequency="1" name="green">
|
||||
<texture>gaia/bush_berries_a.png</texture>
|
||||
</variant>
|
||||
<variant frequency="5" name="light green">
|
||||
<texture>gaia/bush_berries_b.png</texture>
|
||||
</variant>
|
||||
<variant frequency="3" name="brown">
|
||||
<texture>gaia/bush_berries_c.png</texture>
|
||||
</variant>
|
||||
</group>
|
||||
<material>basic_trans.xml</material>
|
||||
</actor>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -4,6 +4,13 @@
|
||||
<Icon>gaia/flora_bush_berry.png</Icon>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>props/flora/foliagebush.xml</Actor>
|
||||
<Actor>props/flora/bush_berries_large.xml</Actor>
|
||||
</VisualActor>
|
||||
<Footprint>
|
||||
<Circle radius="3.0"/>
|
||||
<Height>1.0</Height>
|
||||
</Footprint>
|
||||
<Obstruction>
|
||||
<Unit radius="2.0"/>
|
||||
</Obstruction>
|
||||
</Entity>
|
||||
|
||||
Reference in New Issue
Block a user