Add standard examples.
[python-bulletml.git] / examples / boss / [Guwange]_round_2_boss_circle_fire.xml
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 <fire label="circle">
8 <direction type="sequence">$1</direction>
9 <speed>6</speed>
10 <bullet>
11 <action>
12 <wait>3</wait>
13 <fire>
14 <direction type="absolute">$2</direction>
15 <speed>1.5+$rank</speed>
16 <bullet/>
17 </fire>
18 <vanish/>
19 </action>
20 </bullet>
21 </fire>
22
23 <action label="fireCircle">
24 <repeat> <times>18</times>
25 <action>
26 <fireRef label="circle">
27 <param>20</param>
28 <param>$1</param>
29 </fireRef>
30 </action>
31 </repeat>
32 </action>
33
34 <action label="top">
35 <actionRef label="fireCircle">
36 <param>180-45+90*$rand</param>
37 </actionRef>
38 </action>
39
40 </bulletml>