http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / glhanoi.xml
index b6a189dac169af79ea40b442d5ec7ac69c21ad0d..4b97c3c54ebfb04c63823484a0f9f1ae26ecfaef 100644 (file)
@@ -5,22 +5,25 @@
        <command arg="-root"/>
        
        <number id="count" type="spinbutton" arg="-count %"
-         _label="Number of Disks" default="7" low="2" high="200"/>
+         _label="Number of Disks" default="0" low="0" high="200"/>
        
        <boolean id="fog" _label="Enable fog" arg-set="-fog"/>
 
-       <boolean id="wire" _label="Wireframe" arg-set="-wire"/>
+       <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
 
        <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
 
        <boolean id="lighting" _label="Enable lighting" arg-unset="-no-light"/>
 
        <number id="delay" type="slider" arg="-delay %"
-         _label="Frame Delay (us)" _low-label="Slow" _high-label="Fast"
-          low="0" high="80000" default="15000" convert="invert"/>
+         _label="Frame Delay" _low-label="Slow" _high-label="Fast"
+          low="0" high="80000" default="40000" convert="invert"/>
        
        <_description>
-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.
-Written by Dave Atkinson.
+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.
+
+Written by Dave Atkinson; 2005.
        </_description>
 </screensaver>