http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/xscreensaver-4.24.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="7" low="2" high="200"/>
9         
10         <boolean id="fog" _label="Enable fog" arg-set="-fog"/>
11
12         <boolean id="wire" _label="Wireframe" arg-set="-wire"/>
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 (us)" _low-label="Slow" _high-label="Fast"
20           low="0" high="80000" default="15000" convert="invert"/>
21         
22         <_description>
23 Solves the Towers of Hanoi puzzle. Move N disks from one pole to another, one disk at a time, with no disk ever resting on a disk smaller than itself.
24 Written by Dave Atkinson.
25         </_description>
26 </screensaver>