1
0
forked from 0ad/0ad

New savanna textures based on cc0 textures

Patch by: @marder
This was SVN commit r25637.
This commit is contained in:
Stan 2021-06-02 17:44:20 +00:00
parent c012888e2a
commit be3749a788
5 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<terrain>
<textures>
<texture name="baseTex" file="types/savanna/grass_01.png"/>
<texture name="normTex" file="types/steppe/grass_04_norm.png"/>
<texture name="specTex" file="types/steppe/grass_04_spec.png"/>
</textures>
<props size="60.0"/>
<material>terrain_norm_spec.xml</material>
</terrain>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<terrain>
<textures>
<texture name="baseTex" file="types/savanna/grass_03.png"/>
<texture name="normTex" file="types/steppe/grass_04_norm.png"/>
<texture name="specTex" file="types/steppe/grass_04_spec.png"/>
</textures>
<props size="60.0"/>
<material>terrain_norm_spec.xml</material>
</terrain>

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Textures>
<File pattern="*" format="dxt5" mipmap="true" filter="box"/>
</Textures>