0ad/binaries/data/mods/public/simulation/templates/structures/generic_field.xml
Freagarach 61eb93d0f7 Move entities from other/ to structures/.
Because they inherit from template_structure.xml.

Patch by: @Nescio
Differential Revision: D3097
This was SVN commit r24193.
2020-11-16 20:06:01 +00:00

14 lines
418 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_resource_field">
<Footprint>
<Square width="30.0" depth="30.0"/>
<Height>5.0</Height>
</Footprint>
<Identity>
<SpecificName>Wheat Field</SpecificName>
</Identity>
<VisualActor>
<Actor>structures/plot_field_new.xml</Actor>
<FoundationActor>structures/plot_field_new.xml</FoundationActor>
</VisualActor>
</Entity>