Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequence type issue for direction tag with multiple loops #3

Open
Noxalus opened this issue May 6, 2018 · 0 comments
Open

Sequence type issue for direction tag with multiple loops #3

Noxalus opened this issue May 6, 2018 · 0 comments

Comments

@Noxalus
Copy link
Owner

Noxalus commented May 6, 2018

<?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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant