http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / ant.xml
index 2266d8584a9305e712567fb7ec1aecc74b49b7c2..4e300e7b0163145826d9099a59f58c1c93338454 100644 (file)
@@ -10,7 +10,7 @@
 
   <boolean id="eyes" _label="Draw Eyes" arg-set="-eyes"/>
 
 
   <boolean id="eyes" _label="Draw Eyes" arg-set="-eyes"/>
 
-  <number id="speed" type="slider" arg="-delay %"
+  <number id="delay" type="slider" arg="-delay %"
           _label="Speed" _low-label="Slow" _high-label="Fast"
           low="0" high="80000" default="1000"
           convert="invert"/>
           _label="Speed" _low-label="Slow" _high-label="Fast"
           low="0" high="80000" default="1000"
           convert="invert"/>
 
   <select id="neighbors">
     <option id="rand" _label="Random Cell Shape"/>
 
   <select id="neighbors">
     <option id="rand" _label="Random Cell Shape"/>
-    <option id="three" _label="Three Sided Cells" 
+    <option id="three" _label="Three Sided Cells"
             arg-set="-neighbors 3"/>
     <option id="four" _label="Four Sided Cells"
             arg-set="-neighbors 4"/>
             arg-set="-neighbors 3"/>
     <option id="four" _label="Four Sided Cells"
             arg-set="-neighbors 4"/>
-    <option id="six" _label="Six Sided Cells" enable="sharpturn"
+    <option id="six" _label="Six Sided Cells"
             arg-set="-neighbors 6"/>
     <option id="nine" _label="Nine Sided Cells"
             arg-set="-neighbors 9"/>
             arg-set="-neighbors 6"/>
     <option id="nine" _label="Nine Sided Cells"
             arg-set="-neighbors 9"/>
-    <option id="twelve" _label="Twelve Sided Cells" enable="sharpturn"
+    <option id="twelve" _label="Twelve Sided Cells"
             arg-set="-neighbors 12"/>
   </select>
 
             arg-set="-neighbors 12"/>
   </select>
 
 
   <_description>
 A cellular automaton that is really a two-dimensional Turing machine:
 
   <_description>
 A cellular automaton that is really a two-dimensional Turing machine:
-as the heads (``ants'') walk along the screen, they change pixel
+as the heads ("ants") walk along the screen, they change pixel
 values in their path.  Then, as they pass over changed pixels, their
 values in their path.  Then, as they pass over changed pixels, their
-behavior is influenced.  Written by David Bagley.
+behavior is influenced.
+
+Written by David Bagley; 1997.
   </_description>
 </screensaver>
   </_description>
 </screensaver>