ftp://ftp.jp.xemacs.org/pub/NetBSD/packages/distfiles/xscreensaver-4.15.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   <number id="speed" type="slider" arg="-speed %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="1" high="20" default="7"/>
10
11   <number id="percent" type="slider" arg="-percent %"
12           _label="Size" _low-label="Thin" _high-label="Thick"
13           low="0.01" high="0.075" default="0.0375"/>
14
15   <_description>
16 The pong program simulates an ancient Pong home video game, as well as
17 various artifacts from displaying it on a color TV set.
18 Written by Jeremy English and Trevor Blackwell.
19   </_description>
20 </screensaver>