1
0
forked from 0ad/0ad

Add a round 9x9 decal

This was SVN commit r25493.
This commit is contained in:
Stan 2021-05-21 10:40:20 +00:00
parent 15140751a7
commit bdfacbfdd3

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<group>
<variant frequency="1" name="Base">
<decal angle="0" depth="38" offsetx="0" offsetz="0" width="38"/>
<textures>
<texture file="props/decal_struct_sand_large_round.png" name="baseTex"/>
<texture file="props/decal_struct_sand_large_norm.png" name="normTex"/>
<texture file="props/decal_struct_sand_large_spec.png" name="specTex"/>
</textures>
</variant>
</group>
<material>terrain_norm_spec.xml</material>
</actor>