0ad/binaries/data/mods/public/simulation/templates/template_gaia_geo.xml
historic_bruno f302faf8e4 Implements entity terrain anchoring as a visual effect, based on patch by sanderd17, fixes #1988.
Sets cavalry and quadrupedal animals to 'pitch' anchoring. Cleans up
mine templates.

This was SVN commit r13565.
2013-07-16 03:46:30 +00:00

27 lines
652 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia">
<Footprint>
<Circle radius="5.0"/>
<Height>3.5</Height>
</Footprint>
<Identity>
<GenericName>Generic Geology</GenericName>
</Identity>
<Obstruction>
<Static width="7.0" depth="7.0"/>
</Obstruction>
<Position>
<Anchor>pitch-roll</Anchor>
</Position>
<Selectable>
<EditorOnly disable=""/>
<Overlay>
<Outline>
<LineTexture>outline_border.png</LineTexture>
<LineTextureMask>outline_border_mask.png</LineTextureMask>
<LineThickness>0.4</LineThickness>
</Outline>
</Overlay>
</Selectable>
</Entity>