mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 02:23:47 +00:00
Fixed farmstead AO map and added specularity to the roof tiles.
This was SVN commit r12474.
This commit is contained in:
@@ -8,8 +8,12 @@
|
||||
<props>
|
||||
<prop actor="props/structures/iberians/dock_boat.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures><texture file="structural/iber_struct.dds" name="baseTex"/></textures>
|
||||
<textures>
|
||||
<texture file="structural/iber_struct.dds" name="baseTex"/>
|
||||
<texture file="structural/iber_struct_norm.png" name="normTex"/>
|
||||
<texture file="structural/iber_struct_spec.png" name="specTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans.xml</material>
|
||||
<material>player_trans_spec.xml</material>
|
||||
</actor>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<texture file="structural/iber_struct.dds" name="baseTex"/>
|
||||
<texture file="structural/iber_struct_norm.png" name="normTex"/>
|
||||
<texture file="structural/iber_struct_spec.png" name="specTex"/>
|
||||
<texture file="structural/ao/iber_farmstead_b.png" name="aoTex"/>
|
||||
<texture file="structural/ao/iber_farmstead.png" name="aoTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
<variant frequency="1" name="Farmstead B">
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user