31 lines
717 B
XML
31 lines
717 B
XML
<?xml version="1.0" ?>
|
|
<movements>
|
|
<movement id="1">
|
|
<!-- Random Waypoint -->
|
|
<repeat>
|
|
<set speed="20"/>
|
|
<moveto x="25" y="200"/>
|
|
<wait t="100"/>
|
|
</repeat>
|
|
</movement>
|
|
<movement id="2">
|
|
<!-- Random Waypoint -->
|
|
<repeat>
|
|
<set speed="900"/>
|
|
<moveto x="409" y="308"/>
|
|
<wait t="1"/>
|
|
</repeat>
|
|
</movement>
|
|
<movement id="3">
|
|
<!-- Random Waypoint -->
|
|
<repeat>
|
|
<set speed="200"/>
|
|
<wait t="50"/>
|
|
<moveto x="534" y="300"/>
|
|
<wait t="50"/>
|
|
<moveto x="534" y="80"/>
|
|
</repeat>
|
|
</movement>
|
|
</movements>
|
|
|