0ad/binaries/data/mods/public/simulation/templates/template_gaia.xml
Ykkrosh ab77ec40e4 Fix highlighting of obstructed building placement previews.
Prevent building in non-visible areas.
Fixes #594.

This was SVN commit r8272.
2010-10-04 17:34:33 +00:00

19 lines
444 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_entity_quasi">
<Identity>
<Civ>gaia</Civ>
<GenericName>Gaia</GenericName>
</Identity>
<Vision>
<Range>0</Range>
<RetainInFog>true</RetainInFog>
<AlwaysVisible>false</AlwaysVisible>
</Vision>
<StatusBars>
<BarWidth>2.0</BarWidth>
<BarHeight>0.333</BarHeight>
<HeightOffset>5.0</HeightOffset>
</StatusBars>
<OverlayRenderer/>
</Entity>