1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/gaia/special_settlement.xml
Ykkrosh d805e764c5 # Render unit silhouettes when behind buildings.
Fixes #144.
Start using stencil buffer.
Simplify materials a little.

This was SVN commit r9076.
2011-03-18 16:57:54 +00:00

9 lines
287 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_gaia_settlement">
<VisualActor>
<Actor>structures/wrld_settlement_1.xml</Actor>
<SilhouetteDisplay>false</SilhouetteDisplay>
<SilhouetteOccluder>false</SilhouetteOccluder>
</VisualActor>
</Entity>