Add standard examples.
[python-bulletml.git] / examples / boss / [Progear]_round_6_boss_parabola_shot.xml
diff --git a/examples/boss/[Progear]_round_6_boss_parabola_shot.xml b/examples/boss/[Progear]_round_6_boss_parabola_shot.xml
new file mode 100644 (file)
index 0000000..63eecd5
--- /dev/null
@@ -0,0 +1,55 @@
+<?xml version="1.0" ?>\r
+<!DOCTYPE bulletml SYSTEM "http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletml.dtd">\r
+\r
+<bulletml type="horizontal"\r
+          xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">\r
+\r
+<action label="top">\r
+<repeat><times>50</times>\r
+<action>\r
+ <fire>\r
+  <direction type="absolute">190+$rand*30</direction>\r
+  <bulletRef label="seed"/>\r
+ </fire>\r
+ <wait>15-$rank*5</wait>\r
+</action>\r
+</repeat>\r
+</action>\r
+\r
+<bullet label="seed">\r
+<speed>1</speed>\r
+<action>\r
+<changeSpeed>\r
+ <speed>0</speed>\r
+ <term>60</term>\r
+</changeSpeed>\r
+<wait>60</wait>\r
+<fire><bullet/></fire>\r
+<fire>\r
+ <direction type="absolute">330+$rand*25</direction>\r
+ <bulletRef label="downAccel"/>\r
+</fire>\r
+<repeat> <times>3</times>\r
+<action>\r
+ <fire>\r
+  <direction type="sequence">0</direction>\r
+  <speed type="sequence">-0.4</speed>\r
+  <bulletRef label="downAccel"/>\r
+ </fire>\r
+</action>\r
+</repeat>\r
+<vanish/>\r
+</action>\r
+</bullet>\r
+\r
+<bullet label="downAccel">\r
+<speed>2</speed>\r
+<action>\r
+<accel>\r
+ <vertical>3</vertical>\r
+ <term>120</term>\r
+</accel>\r
+</action>\r
+</bullet>\r
+\r
+</bulletml>\r