mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 23:03:56 -07:00
18 lines
373 B
XML
18 lines
373 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<Entity>
|
||
|
|
<VisualActor>
|
||
|
|
<Actor>example</Actor>
|
||
|
|
</VisualActor>
|
||
|
|
<Selectable/>
|
||
|
|
<Position>
|
||
|
|
<Altitude>0</Altitude>
|
||
|
|
<Anchor>upright</Anchor>
|
||
|
|
<Floating>false</Floating>
|
||
|
|
</Position>
|
||
|
|
<UnitMotion/>
|
||
|
|
<Footprint>
|
||
|
|
<Circle radius="4"/>
|
||
|
|
</Footprint>
|
||
|
|
<Obstruction/>
|
||
|
|
</Entity>
|