http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/xscreensaver-4.23.tar.gz
[xscreensaver] / hacks / config / glhanoi.xml
diff --git a/hacks/config/glhanoi.xml b/hacks/config/glhanoi.xml
new file mode 100644 (file)
index 0000000..ec3bb83
--- /dev/null
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+                                                                                
+<screensaver name="glhanoi" _label="GLHanoi">
+
+       <command arg="-root"/>
+       
+       <number id="count" type="spinbutton" arg="-count %"
+         _label="Number of Disks" default="7" low="2" high="200"/>
+       
+       <boolean id="fog" _label="Enable fog" arg-set="-fog"/>
+
+       <boolean id="wire" _label="Wireframe" arg-set="-wire"/>
+
+       <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="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.
+       </_description>
+</screensaver>