http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / pong.xml
index ea19c23d6c3809b84539c8f1a5ff5b6a9b2a76d8..15b1876b874d31eb6bd4a08e156bdc5784c3c0f5 100644 (file)
@@ -5,7 +5,7 @@
   <command arg="-root"/>
 
   <number id="speed" type="slider" arg="-speed %"
-          _label="Game Speed" _low-label="Slow" _high-label="Fast"
+          _label="Game speed" _low-label="Slow" _high-label="Fast"
           low="1" high="20" default="6"/>
 
  <number id="noise" type="slider" arg="-noise %"
 
   <boolean id="clock" _label="Clock mode" arg-set="-clock"/>
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
   <_description>
-The pong program simulates an ancient Pong home video game, as well as
+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>