Add standard examples.
[python-bulletml.git] / examples / boss / [Progear]_round_3_boss_wave_bullets.xml
diff --git a/examples/boss/[Progear]_round_3_boss_wave_bullets.xml b/examples/boss/[Progear]_round_3_boss_wave_bullets.xml
new file mode 100644 (file)
index 0000000..6ab9e72
--- /dev/null
@@ -0,0 +1,52 @@
+<?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>32</times>\r
+<action>\r
+ <fire>\r
+  <direction type="absolute">320</direction>\r
+  <bulletRef label="wave">\r
+   <param>-3</param>\r
+  </bulletRef>\r
+ </fire>\r
+ <wait>30</wait>\r
+ <fire>\r
+  <direction type="absolute">220</direction>\r
+  <bulletRef label="wave">\r
+   <param>3</param>\r
+  </bulletRef>\r
+ </fire>\r
+ <wait>30</wait>\r
+</action>\r
+</repeat>\r
+</action>\r
+\r
+<bullet label="wave">\r
+<speed>1</speed>\r
+<action>\r
+<fire>\r
+ <direction>0</direction>\r
+ <bulletRef label="nrm"/>\r
+</fire>\r
+<repeat><times>8+$rank*10</times>\r
+<action>\r
+ <fire>\r
+  <direction type="sequence">$1</direction>\r
+  <bulletRef label="nrm"/>\r
+ </fire>\r
+ <wait>3</wait>\r
+</action>\r
+</repeat>\r
+<vanish/>\r
+</action>\r
+</bullet>\r
+\r
+<bullet label="nrm">\r
+<speed>1</speed>\r
+</bullet>\r
+\r
+</bulletml>\r