mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Improve the length of the new wall models a bit (still doesn't fit perfectly)
This was SVN commit r18081.
This commit is contained in:
parent
c226517f2f
commit
7130e50d7f
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_structure_defense_wall_long">
|
||||
<Footprint>
|
||||
<Square width="38.5" depth="7.0"/>
|
||||
<Square width="35.5" depth="7.0"/>
|
||||
<Height>9.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
|
|
@ -11,12 +11,12 @@
|
|||
<History>All Hellenistic cities were surrounded by stone walls for protection against enemy raids. Some of these fortifications, like the Athenian Long Walls, for example, were massive structures.</History>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Static width="37.0" depth="6.0"/>
|
||||
<Static width="34.0" depth="6.0"/>
|
||||
</Obstruction>
|
||||
<VisualActor>
|
||||
<Actor>structures/seleucids/wall_long.xml</Actor>
|
||||
</VisualActor>
|
||||
<WallPiece>
|
||||
<Length>37.0</Length>
|
||||
<Length>34.0</Length>
|
||||
</WallPiece>
|
||||
</Entity>
|
||||
|
|
|
|||
Loading…
Reference in a new issue