1
0
forked from 0ad/0ad
This was SVN commit r25492.
This commit is contained in:
Stan 2021-05-21 10:33:13 +00:00
parent 19f7db1681
commit 15140751a7
11 changed files with 32 additions and 21 deletions

View File

@ -1,14 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<group>
<variant name="decal_dirt_5x5">
<variant name="Base">
<decal angle="0" depth="35" offsetx="0" offsetz="0" width="35"/>
<textures>
<texture file="gaia/farm_decal_temp.png" name="baseTex"/>
<texture file="gaia/decal_farmland_norm.png" name="normTex"/>
<texture file="gaia/decal_farmland_spec.png" name="specTex"/>
</textures>
</variant>
</group>
<group>
<variant name="decal_dirt_5x5">
<textures>
<texture file="gaia/farm_decal_temp.png" name="baseTex"/>
</textures>
</variant>
<variant name="Meander">
<textures>
<texture file="gaia/farm_decal_temp_b.png" name="baseTex"/>
</textures>
</variant>
</group>
<material>terrain_norm_spec.xml</material>
</actor>

View File

@ -10,5 +10,5 @@
</textures>
</variant>
</group>
<material>terrain_base.xml</material>
<material>terrain_norm_spec.xml</material>
</actor>

Binary file not shown.