1
0
forked from 0ad/0ad

Tweaked cavalry footprints/obstruction to be consistent.

This was SVN commit r8335.
This commit is contained in:
Michael D. Hafer 2010-10-12 04:11:12 +00:00
parent d08f6b7c46
commit c99357c880
2 changed files with 7 additions and 1 deletions

View File

@ -57,6 +57,9 @@
<Circle radius="2.0"/>
<Height>7.5</Height>
</Footprint>
<Obstruction>
<Unit radius="1.0"/>
</Obstruction>
<Vision>
<Range>60</Range>
</Vision>

View File

@ -50,9 +50,12 @@
</Charge>
</Attack>
<Footprint>
<Circle radius="1.2"/>
<Circle radius="2.0"/>
<Height>5.0</Height>
</Footprint>
<Obstruction>
<Unit radius="1.0"/>
</Obstruction>
<Vision>
<Range>60</Range>
</Vision>