1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/template_gaia_geo.xml
Ykkrosh cfae58928f # New unit movement system, which does a far better job of approaching targets and avoiding obstacles.
Add short-range vertex-based pathfinder.
Integrate new pathfinder into unit motion code.
Change obstruction system to get rid of circles, and differentiate
structures from units.
Make PositionChanged messages synchronous.
Try to prevent some accidental float->int conversions.

This was SVN commit r7484.
2010-04-29 23:36:05 +00:00

14 lines
307 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia">
<Identity>
<GenericName>Generic Geology</GenericName>
</Identity>
<Footprint>
<Circle radius="3.5"/>
<Height>3.5</Height>
</Footprint>
<Obstruction>
<Static width="7.0" depth="7.0"/>
</Obstruction>
</Entity>