1
0
forked from 0ad/0ad

Fixing the texture parameter of iceberg.

This was SVN commit r12652.
This commit is contained in:
O.Davoodi 2012-09-09 04:28:35 +00:00
parent 7d8ef7a2ef
commit 8e71ae35e7

View File

@ -10,13 +10,13 @@
<animations/> <animations/>
<mesh>props/iceberg_a.dae</mesh> <mesh>props/iceberg_a.dae</mesh>
<props/> <props/>
<texture>props/iceberg.dds</texture> <textures><texture file="props/iceberg.dds" name="baseTex"/></textures>
</variant> </variant>
<variant frequency="1" name="B"> <variant frequency="1" name="B">
<animations/> <animations/>
<mesh>props/iceberg_b.dae</mesh> <mesh>props/iceberg_b.dae</mesh>
<props/> <props/>
<texture>props/iceberg.dds</texture> <textures><texture file="props/iceberg.dds" name="baseTex"/></textures>
</variant> </variant>
</group> </group>