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

« back to all changes in this revision

Viewing changes to rr_share/morph_heavy/88way.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
 <wait>20+$rand*20</wait>
 
9
 <repeat> <times>6+$rank*16</times>
 
10
 <action>
 
11
  <fire>
 
12
   <direction type="sequence">360/(6+$rank*16-1)</direction>
 
13
   <bullet>
 
14
    <speed>0.8</speed>
 
15
   </bullet>
 
16
  </fire>
 
17
 </action>
 
18
 </repeat>
 
19
 <vanish/>
 
20
</action>
 
21
 
 
22
</bulletml>