http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / pong.xml
index 7ed8ee7e5833667b6298a7d6d2a2c331592f06e4..15b1876b874d31eb6bd4a08e156bdc5784c3c0f5 100644 (file)
@@ -5,16 +5,25 @@
   <command arg="-root"/>
 
   <number id="speed" type="slider" arg="-speed %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="1" high="20" default="7"/>
+          _label="Game speed" _low-label="Slow" _high-label="Fast"
+          low="1" high="20" default="6"/>
 
-  <number id="percent" type="slider" arg="-percent %"
-          _label="Size" _low-label="Thin" _high-label="Thick"
-          low="0.01" high="0.075" default="0.0375"/>
+ <number id="noise" type="slider" arg="-noise %"
+          _label="Noise" _low-label="Crisp" _high-label="Noisy"
+          low="0.00" high="5.00" default="0.04"/>
+
+  <boolean id="clock" _label="Clock mode" arg-set="-clock"/>
+
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
   <_description>
-Displays a game of pong. It doesn't keep score
-because they are not suppose to miss.
-Written by Jeremy English.
+This simulates the 1971 Pong home video game, as well as
+various artifacts from displaying it on a color TV set.
+
+In clock mode, the score keeps track of the current time.
+
+http://en.wikipedia.org/wiki/Pong
+
+Written by Jeremy English and Trevor Blackwell; 2003.
   </_description>
 </screensaver>