a8c332954b6aabf2a4f3aeb9c97e5b3412b43272
[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   <number id="speed" type="slider" arg="-speed %"
8           _label="Game speed" _low-label="Slow" _high-label="Fast"
9           low="1" high="20" default="6"/>
10
11  <number id="noise" type="slider" arg="-noise %"
12           _label="Noise" _low-label="Crisp" _high-label="Noisy"
13           low="0.00" high="5.00" default="0.04"/>
14
15   <boolean id="clock" _label="Clock mode" arg-set="-clock"/>
16
17   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
18
19   <number id="tvbrightness" type="slider" arg="-tv-brightness %"
20           _label="Brightness Knob" _low-label="Low" _high-label="High"
21           low="0" high="200" default="150"/>
22   <number id="tvcontrast" type="slider" arg="-tv-contrast %"
23           _label="Contrast Knob" _low-label="Low" _high-label="High"
24           low="0" high="1500" default="1000"/>
25
26   <_description>
27 This simulates the 1971 Pong home video game, as well as
28 various artifacts from displaying it on a color TV set.
29
30 In clock mode, the score keeps track of the current time.
31
32 http://en.wikipedia.org/wiki/Pong
33
34 Written by Jeremy English and Trevor Blackwell; 2003.
35   </_description>
36 </screensaver>