1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/template_gaia.xml
Ykkrosh 924d1219a7 # Add fog-of-war.
Move Vision component to C++, for more efficient FoW processing.
Disable FoW on demo maps.

This was SVN commit r8160.
2010-09-23 12:13:13 +00:00

12 lines
252 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>
</Vision>
</Entity>