1
0
forked from 0ad/0ad

Added a new dry grass actor.

This was SVN commit r2982.
This commit is contained in:
Michael D. Hafer 2005-10-21 08:36:55 +00:00
parent d43aa11d36
commit 011aadb3df
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<group>
<variant name="a">
<mesh>gaia/cross_large_short.pmd</mesh>
</variant>
<variant name="b">
<mesh>gaia/cross_large_tall.pmd</mesh>
</variant>
<variant name="c">
<mesh>gaia/cross_angledfromtop.pmd</mesh>
</variant>
</group>
<group>
<variant>
<texture>gaia/grass_field_dry_a.dds</texture>
</variant>
</group>
<material>basic_trans.xml</material>
</actor>

Binary file not shown.