From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / blaster.xml
index 44d0d26850ebdc5e5848468f79180e6019c87486..d7cb42db44f93ceb519be36ef60004b30d3fa7b1 100644 (file)
@@ -4,6 +4,13 @@
 
   <command arg="-root"/>
 
+  <video href="https://www.youtube.com/watch?v=bp3J3si2Hr0"/>
+
+  <number id="delay" type="slider" arg="-delay %"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="10000"
+          convert="invert"/>
+
   <number id="num_robots" type="spinbutton" arg="-num_robots %"
           _label="Robots" low="2" high="50" default="5"/>
 
           _label="Stars" _low-label="Few" _high-label="Many"
           low="5" high="200" default="50"/>
 
-  <number id="delay" 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] -->
   <!-- #### -mother_ship_color0 [darkblue] -->
   <!-- #### -mother_ship_color1 [white] -->
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+  <xscreensaver-updater />
+
   <_description>
-Draws a simulation of flying space-combat robots (cleverly disguised
-as colored circles) doing battle in front of a moving star field.
+Flying space-combat robots (cleverly disguised as colored circles)
+do battle in front of a moving star field.
 
 Written by Jonathan Lin; 1999.
   </_description>