Add standard examples.
[python-bulletml.git] / examples / boss / [Psyvariar]_X-B_colony_shape_satellite.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 <action label="top">
8 <repeat><times>5</times>
9 <action>
10 <fire>
11 <direction type="absolute">152</direction>
12 <bulletRef label="norm"/>
13 </fire>
14 <repeat><times>8</times>
15 <action>
16 <fire>
17 <direction type="sequence">7</direction>
18 <bulletRef label="norm"/>
19 </fire>
20 </action>
21 </repeat>
22 <wait>8</wait>
23 </action>
24 </repeat>
25 <wait>10</wait>
26 <repeat><times>7</times>
27 <action>
28 <fire>
29 <direction type="absolute">180-45+$rand*90</direction>
30 <bulletRef label="norm"/>
31 </fire>
32 <repeat><times>4</times>
33 <action>
34 <fire>
35 <direction type="sequence">0</direction>
36 <speed>1.5</speed>
37 <bulletRef label="norm"/>
38 </fire>
39 <wait>4</wait>
40 </action>
41 </repeat>
42 </action>
43 </repeat>
44 <wait>10</wait>
45 <repeat><times>12</times>
46 <action>
47 <fire>
48 <direction>0</direction>
49 <speed>2</speed>
50 <bulletRef label="norm"/>
51 </fire>
52 <wait>6</wait>
53 </action>
54 </repeat>
55 </action>
56
57 <bullet label="norm">
58 <speed>1</speed>
59 </bullet>
60
61 </bulletml>