1
0
forked from 0ad/0ad

Improve desert_small's texture look using the new textures. Rename them to match the conventions

Fixes #6324

This was SVN commit r25918.
This commit is contained in:
Stan 2021-09-12 22:38:32 +00:00
parent 645e053fd2
commit 64c53753de
10 changed files with 31 additions and 11 deletions

View File

@ -23,10 +23,18 @@
</group>
<group>
<variant frequency="1" name="metal-a">
<textures><texture file="gaia/metal_desert_small_a.dds" name="baseTex"/></textures>
<textures>
<texture file="gaia/metal_desert_small_01.png" name="baseTex"/>
<texture file="gaia/metal_desert_small_01_spec.png" name="specTex"/>
<texture file="gaia/metal_desert_small_01_norm.png" name="normTex"/>
</textures>
</variant>
<variant frequency="1" name="metal-b">
<textures><texture file="gaia/metal_desert_small_b.dds" name="baseTex"/></textures>
<textures>
<texture file="gaia/metal_desert_small_02.png" name="baseTex"/>
<texture file="gaia/metal_desert_small_02_spec.png" name="specTex"/>
<texture file="gaia/metal_desert_small_02_norm.png" name="normTex"/>
</textures>
</variant>
</group>
<group>
@ -36,5 +44,5 @@
</props>
</variant>
</group>
<material>basic_spec.xml</material>
<material>no_trans_norm_spec.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.