began for maemo
[xscreensaver] / 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   <_description>
18 The pong program simulates an ancient Pong home video game, as well as
19 various artifacts from displaying it on a color TV set.
20
21 In clock mode, the score keeps track of the current time.
22
23 Written by Jeremy English and Trevor Blackwell; 2003.
24   </_description>
25 </screensaver>