http://ftp.nluug.nl/pub/os/Linux/distr/pardusrepo/sources/xscreensaver-5.02.tar.gz
[xscreensaver] / hacks / config / glhanoi.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2                                                                                 
3 <screensaver name="glhanoi" _label="GLHanoi">
4
5         <command arg="-root"/>
6         
7         <number id="count" type="spinbutton" arg="-count %"
8           _label="Number of Disks" default="0" low="0" high="31"/>
9         
10         <boolean id="fog" _label="Enable fog" arg-set="-fog"/>
11
12         <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
13
14         <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
15
16         <boolean id="lighting" _label="Enable lighting" arg-unset="-no-light"/>
17
18         <number id="delay" type="slider" arg="-delay %"
19           _label="Frame Delay" _low-label="Slow" _high-label="Fast"
20           low="0" high="80000" default="40000" convert="invert"/>
21         
22         <_description>
23 Solves the Towers of Hanoi puzzle. Move N disks from one pole to
24 another, one disk at a time, with no disk ever resting on a disk
25 smaller than itself.
26
27 Written by Dave Atkinson; 2005.
28         </_description>
29 </screensaver>