c4405b7d2721b18409519e0218ccf58c54c1950b
[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="delay" type="slider" arg="-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="15000" convert="invert"/>
10         
11         <number id="count" type="slider" arg="-count %"
12           _label="Number of disks" _low-label="0" _high-label="31"
13            default="0" low="0" high="31"/>
14         
15         <boolean id="fog" _label="Enable fog" arg-set="-fog"/>
16
17         <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
18
19         <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
20
21         <boolean id="lighting" _label="Enable lighting" arg-unset="-no-light"/>
22
23         <_description>
24 Solves the Towers of Hanoi puzzle. Move N disks from one pole to
25 another, one disk at a time, with no disk ever resting on a disk
26 smaller than itself.
27
28 http://en.wikipedia.org/wiki/Tower_of_Hanoi
29
30 Written by Dave Atkinson; 2005.
31         </_description>
32 </screensaver>