Add standard examples.
[python-bulletml.git] / examples / boss / [Guwange]_round_2_boss_circle_fire.xml
diff --git a/examples/boss/[Guwange]_round_2_boss_circle_fire.xml b/examples/boss/[Guwange]_round_2_boss_circle_fire.xml
new file mode 100644 (file)
index 0000000..2e8fe9a
--- /dev/null
@@ -0,0 +1,40 @@
+<?xml version="1.0" ?>\r
+<!DOCTYPE bulletml SYSTEM "http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletml.dtd">\r
+\r
+<bulletml type="vertical"\r
+          xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">\r
+\r
+<fire label="circle">\r
+<direction type="sequence">$1</direction>\r
+<speed>6</speed>\r
+<bullet>\r
+<action>\r
+ <wait>3</wait>\r
+ <fire>\r
+  <direction type="absolute">$2</direction>\r
+  <speed>1.5+$rank</speed>\r
+  <bullet/>\r
+ </fire>\r
+ <vanish/>\r
+</action>\r
+</bullet>\r
+</fire>\r
+\r
+<action label="fireCircle">\r
+<repeat> <times>18</times>\r
+<action>\r
+<fireRef label="circle">\r
+ <param>20</param>\r
+ <param>$1</param>\r
+</fireRef>\r
+</action>\r
+</repeat>\r
+</action>\r
+\r
+<action label="top">\r
+<actionRef label="fireCircle">\r
+ <param>180-45+90*$rand</param>\r
+</actionRef>\r
+</action>\r
+\r
+</bulletml>\r