From http://www.jwz.org/xscreensaver/xscreensaver-5.30.tar.gz
[xscreensaver] / hacks / config / pong.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="pong" _label="Pong">
4
5   <command arg="-root"/>
6
7   <hgroup>
8    <vgroup>
9     <number id="speed" type="slider" arg="-speed %"
10             _label="Game speed" _low-label="Slow" _high-label="Fast"
11             low="1" high="20" default="6"/>
12
13     <number id="noise" type="slider" arg="-noise %"
14              _label="Noise" _low-label="Crisp" _high-label="Noisy"
15              low="0.00" high="5.00" default="0.04"/>
16
17     <hgroup>
18      <boolean id="clock" _label="Clock mode" arg-set="-clock"/>
19      <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
20     </hgroup>
21    </vgroup>
22
23    <vgroup>
24     <number id="tvbrightness" type="slider" arg="-tv-brightness %"
25             _label="Brightness Knob" _low-label="Low" _high-label="High"
26             low="0" high="200" default="150"/>
27
28     <number id="tvcontrast" type="slider" arg="-tv-contrast %"
29             _label="Contrast Knob" _low-label="Low" _high-label="High"
30             low="0" high="1500" default="1000"/>
31    </vgroup>
32   </hgroup>
33
34   <xscreensaver-updater />
35
36   <_description>
37 The 1971 Pong home video game, including artifacts of an old color TV set.
38
39 In clock mode, the score keeps track of the current time.
40
41 http://en.wikipedia.org/wiki/Pong
42
43 Written by Jeremy English and Trevor Blackwell; 2003.
44   </_description>
45 </screensaver>