1
0
forked from 0ad/0ad

Rename the unusable 'roads/medit_city_tile.xml' to 'roads/medit_city_tile_02.xml' so that it can be used again. It was broken since its addition in 88ab3f0f5b. Make use of the normal and spec maps and rename them with the same convention.

Fixes #5558

This was SVN commit r22837.
This commit is contained in:
Stan 2019-09-03 09:45:41 +00:00
parent b7c59622ec
commit ef53d85ee4
5 changed files with 9 additions and 7 deletions

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<terrain>
<textures>
<texture name="baseTex" file="types/medit_city_tile_2.dds"/>
</textures>
<material>terrain_base.xml</material>
</terrain>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<terrain>
<textures>
<texture name="baseTex" file="types/medit_city_tile_02.dds"/>
<texture name="normTex" file="types/medit_city_tile_02_norm.png"/>
<texture name="specTex" file="types/medit_city_tile_02_spec.png"/>
</textures>
<material>terrain_norm_spec.xml</material>
</terrain>