Example files.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Tue, 16 Mar 2010 09:19:41 +0000 (02:19 -0700)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Tue, 16 Mar 2010 09:19:41 +0000 (02:19 -0700)
examples/popcorn/close.xml [new file with mode: 0644]
examples/popcorn/down.xml [new file with mode: 0644]
examples/popcorn/towards.xml [new file with mode: 0644]
examples/template.xml [new file with mode: 0644]

diff --git a/examples/popcorn/close.xml b/examples/popcorn/close.xml
new file mode 100644 (file)
index 0000000..73ede31
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" ?>\r
+<!DOCTYPE bulletml SYSTEM "http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletml.dtd">\r
+\r
+<bulletml xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">\r
+  <action label="top">\r
+    <fire>\r
+      <direction>-40*$rank+80*$rank*$rand</direction>\r
+      <bullet/>\r
+    </fire>\r
+  </action>\r
+</bulletml>\r
diff --git a/examples/popcorn/down.xml b/examples/popcorn/down.xml
new file mode 100644 (file)
index 0000000..214589c
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" ?>\r
+<!DOCTYPE bulletml SYSTEM "http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletml.dtd">\r
+\r
+<bulletml xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">\r
+  <action label="top">\r
+    <fire>\r
+      <direction type="absolute">180</direction>\r
+      <bullet/>\r
+    </fire>\r
+  </action>\r
+</bulletml>\r
diff --git a/examples/popcorn/towards.xml b/examples/popcorn/towards.xml
new file mode 100644 (file)
index 0000000..da70f59
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" ?>\r
+<!DOCTYPE bulletml SYSTEM "http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletml.dtd">\r
+\r
+<bulletml xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">\r
+  <action label="top">\r
+    <fire><bullet/></fire>\r
+  </action>\r
+</bulletml>\r
diff --git a/examples/template.xml b/examples/template.xml
new file mode 100644 (file)
index 0000000..9ca98c3
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" ?>\r
+<!DOCTYPE bulletml SYSTEM "http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletml.dtd">\r
+\r
+<bulletml xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">\r
+  <action label="top">\r
+    \r
+  </action>\r
+</bulletml>\r