http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / blaster.xml
diff --git a/hacks/config/blaster.xml b/hacks/config/blaster.xml
new file mode 100644 (file)
index 0000000..39d8734
--- /dev/null
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="blaster" _label="Blaster">
+
+  <command arg="-root"/>
+
+  <number id="num_robots" type="spinbutton" arg="-num_robots %"
+          _label="Robots" low="2" high="50" default="5"/>
+
+  <number id="num_lasers" type="spinbutton" arg="-num_lasers %"
+          _label="Lasers" low="1" high="100" default="3"/>
+
+  <number id="num_stars" type="slider" arg="-num_stars %"
+          _label="Stars" _low-label="Few" _high-label="Many"
+          low="5" high="200" default="50"/>
+
+  <number id="speed" type="slider" arg="-delay %"
+          _label="Speed" _low-label="Slow" _high-label="Fast"
+          low="0" high="20000" default="10000"
+          convert="invert"/>
+
+  <!-- #### -move_stars_x [2] -->
+  <!-- #### -move_stars_y [1] -->
+  <!-- #### -move_stars_random [0] -->
+  <!-- #### -star_color [white] -->
+
+  <!-- #### -explode_size_1 [27] -->
+  <!-- #### -explode_size_2 [19] -->
+  <!-- #### -explode_size_3 [7] -->
+  <!-- #### -explode_color_1 [yellow] -->
+  <!-- #### -explode_color_2 [orange] -->
+
+  <!-- #### -r_color0 [magenta] -->
+  <!-- #### -r_color1 [orange] -->
+  <!-- #### -r_color2 [yellow] -->
+  <!-- #### -r_color3 [white] -->
+  <!-- #### -r_color4 [blue] -->
+  <!-- #### -r_color5 [cyan] -->
+  <!-- #### -l_color0 [green] -->
+  <!-- #### -l_color1 [red] -->
+
+  <!-- #### -mother_ship -->
+  <!-- #### -mother_ship_width [25] -->
+  <!-- #### -mother_ship_height [7] -->
+  <!-- #### -mother_ship_laser [15] -->
+  <!-- #### -mother_ship_period [150] -->
+  <!-- #### -mother_ship_hits [10] -->
+  <!-- #### -mother_ship_color0 [darkblue] -->
+  <!-- #### -mother_ship_color1 [white] -->
+
+  <_description>
+Draws a simulation of flying space-combat robots (cleverly disguised
+as colored circles) doing battle in front of a moving star field.
+Written by Jonathan Lin.
+  </_description>
+</screensaver>