ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-4.22.tar.gz
[xscreensaver] / hacks / config / cloudlife.xml
index 8be3592848ed2a682ddb72ee0b2fe10948bc9119..dfa2294e644449fdd954968ca6d1833d33342134 100644 (file)
@@ -4,14 +4,14 @@
 
   <command arg="-root"/>
 
-  <number id="speed" type="slider" arg="-cycle-delay %"
+  <number id="delay" type="slider" arg="-cycle-delay %"
           _label="Speed" _low-label="Slow" _high-label="Fast"
           low="0" high="80000" default="25000"
           convert="invert"/>
 
   <number id="maxage" type="slider" arg="-max-age %"
           _label="Max Age" _low-label="Young" _high-label="Old"
-          low="2" high="200" default="64"/>
+          low="2" high="255" default="64"/>
 
   <number id="density" type="slider" arg="-initial-density %"
           _label="Initial Density" _low-label="Low" _high-label="High"
@@ -23,7 +23,7 @@
 
   <_description>
 
-Generates cloud-like formations based on a variant of Conway's Life The
+Generates cloud-like formations based on a variant of Conway's Life. The
 difference is that cells have a maximum age, after which they count as
 3 for populating the next generation.  This makes long-lived formations
 explode instead of just sitting there burning a hole in your screen.