~ubuntu-branches/ubuntu/saucy/rrootage/saucy

« back to all changes in this revision

Viewing changes to rr_share/simple/roll_battery.xml

  • Committer: Bazaar Package Importer
  • Author(s): Miriam Ruiz
  • Date: 2005-04-07 02:21:00 UTC
  • Revision ID: james.westby@ubuntu.com-20050407022100-uokbm0q4wxf9iad3
Tags: upstream-0.23a
ImportĀ upstreamĀ versionĀ 0.23a

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<!DOCTYPE bulletml SYSTEM "http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletml.dtd">
 
3
 
 
4
<bulletml type="vertical"
 
5
          xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">
 
6
 
 
7
<action label="top">
 
8
        <fire>
 
9
                <bulletRef label="crv"/>
 
10
        </fire>
 
11
        <repeat><times>3+$rank*3</times>
 
12
        <action>
 
13
                <fire>
 
14
                        <direction type="sequence">360/(4+$rank*3)</direction>
 
15
                        <bulletRef label="crv"/>
 
16
                </fire>
 
17
        </action>
 
18
        </repeat>
 
19
        <wait>80</wait>
 
20
</action>
 
21
 
 
22
<bullet label="crv">
 
23
<action>
 
24
        <changeDirection>
 
25
                <direction type="sequence">4</direction>
 
26
                <term>999</term>
 
27
        </changeDirection>
 
28
        <wait>32</wait>
 
29
        <fire>
 
30
                <direction type="relative">0</direction>
 
31
                <bullet/>
 
32
        </fire>
 
33
        <vanish/>
 
34
</action>
 
35
</bullet>
 
36
 
 
37
</bulletml>