mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 23:03:56 -07:00
Because they inherit from template_structure.xml. Patch by: @Nescio Differential Revision: D3097 This was SVN commit r24193.
14 lines
418 B
XML
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>
|