mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 14:23:56 -07:00
New berry bushes. Finished Cycladic Archipelago.
This was SVN commit r8695.
This commit is contained in:
parent
5f6dce1b6e
commit
cc3d9de386
7 changed files with 42 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:83419835080eca1b159e48a2d3aade5b66cc36970df1f67be805785c1478201a
|
||||
size 62555
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84431e3a72292dbec90b13538f6b2bd9bf74ad944e4d3d2fcd38fe1e007cecfa
|
||||
size 62142
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c5b143ba8c1e3e457ddd6adda05dac5eaa36b26af924ad73780038f1a7ff62a
|
||||
size 61862
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd1f2a58a19a48afde8de18c3d4e5f60e79f5cc2d843e9f50fd7610f95e52dae
|
||||
size 1025697
|
||||
oid sha256:21d46914da34c24509cbfab42768a5fab060747814ed8958061b979850012546
|
||||
size 1025831
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7949b8224c5676346b82bc66586536e4712b4df1d6732b6c1ed732e0587d885a
|
||||
size 66034
|
||||
oid sha256:e6988924dc01a7d629c0d13f7654c8295d0d0380404a83984b025a3359526d8e
|
||||
size 163633
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue