From 57dc25d39b5005b0e171d03dcca1627c3f2c8771 Mon Sep 17 00:00:00 2001 From: Tobias Lindner Date: Thu, 23 May 2019 16:06:38 +0000 Subject: [PATCH] xml upload --- bin/data/xml/attractor.xml | 10 ++++++++++ bin/data/xml/default.xml | 10 ++++++++++ bin/data/xml/detractor.xml | 10 ++++++++++ bin/data/xml/radial.xml | 10 ++++++++++ bin/data/xml/rain.xml | 10 ++++++++++ 5 files changed, 50 insertions(+) create mode 100644 bin/data/xml/attractor.xml create mode 100644 bin/data/xml/default.xml create mode 100644 bin/data/xml/detractor.xml create mode 100644 bin/data/xml/radial.xml create mode 100644 bin/data/xml/rain.xml diff --git a/bin/data/xml/attractor.xml b/bin/data/xml/attractor.xml new file mode 100644 index 0000000..ffd382b --- /dev/null +++ b/bin/data/xml/attractor.xml @@ -0,0 +1,10 @@ + + 0.05 + 4 + 100 + 0 + 10 + -80 + 80 + + \ No newline at end of file diff --git a/bin/data/xml/default.xml b/bin/data/xml/default.xml new file mode 100644 index 0000000..588a2b5 --- /dev/null +++ b/bin/data/xml/default.xml @@ -0,0 +1,10 @@ + + 0.05 + 4 + 100 + 0 + 10 + -80 + 80 + + \ No newline at end of file diff --git a/bin/data/xml/detractor.xml b/bin/data/xml/detractor.xml new file mode 100644 index 0000000..ffd382b --- /dev/null +++ b/bin/data/xml/detractor.xml @@ -0,0 +1,10 @@ + + 0.05 + 4 + 100 + 0 + 10 + -80 + 80 + + \ No newline at end of file diff --git a/bin/data/xml/radial.xml b/bin/data/xml/radial.xml new file mode 100644 index 0000000..ffd382b --- /dev/null +++ b/bin/data/xml/radial.xml @@ -0,0 +1,10 @@ + + 0.05 + 4 + 100 + 0 + 10 + -80 + 80 + + \ No newline at end of file diff --git a/bin/data/xml/rain.xml b/bin/data/xml/rain.xml new file mode 100644 index 0000000..ffd382b --- /dev/null +++ b/bin/data/xml/rain.xml @@ -0,0 +1,10 @@ + + 0.05 + 4 + 100 + 0 + 10 + -80 + 80 + + \ No newline at end of file