1
0
forked from mirrors/0ad

align the footprint an obstruction size with the model size for the kush range

This was SVN commit r22191.
This commit is contained in:
bb
2019-04-15 21:46:44 +00:00
parent 536d5e3af4
commit 2c8efc9751
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_range">
<Footprint>
<Square width="28.0" depth="26.0"/>
<Square width="27.0" depth="25.0"/>
</Footprint>
<Identity>
<Civ>kush</Civ>
<SpecificName>Pr-Pdt</SpecificName>
</Identity>
<Obstruction>
<Static width="24.0" depth="22.0"/>
<Static width="25.0" depth="23.0"/>
</Obstruction>
<VisualActor>
<Actor>structures/kushites/range.xml</Actor>