<?xml version="1.0" ?>
<!DOCTYPE bulletml SYSTEM "bulletml.dtd">
<bulletml>
<action label="top1">
<repeat>
<times>0</times>
<action>
<fire>
<bullet>
<direction type="sequence">-5</direction>
<speed>1</speed>
</bullet>
</fire>
<wait>1</wait>
</action>
</repeat>
</action>
<action label="top2">
<repeat>
<times>0</times>
<action>
<fire>
<bullet>
<direction type="sequence">5</direction>
<speed>1</speed>
</bullet>
</fire>
<wait>1</wait>
</action>
</repeat>
</action>
</bulletml>
Should start 2 spirals in the opposite direction.
Should start 2 spirals in the opposite direction.