http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / goop.xml
index 2f6999398b5b8c2693bf0957f48a43c5bbb7fa72..a6fbfa139fde3c3f8bc7c9f4fc210953f72e6edc 100644 (file)
@@ -14,8 +14,8 @@
 
   <select id="mode">
     <option id="transparent" _label="Transparent Blobs"/>
-    <option id="opaque"      _label="Opaque Blobs" arg-set="-non-transparent"/>
-    <option id="xor"         _label="XOR Blobs" arg-set="-xor"/>
+    <option id="opaque"      _label="Opaque Blobs" arg-set="-mode opaque"/>
+    <option id="xor"         _label="XOR Blobs"    arg-set="-mode xor"/>
   </select>
 
   <select id="color-mode">
 
   <number id="elasticity" type="slider" arg="-elasticity %"
           _label="Elasticity" _low-label="Low" _high-label="High"
-          low="0.1" high="5.0" default="1.8"/>
+          low="0.1" high="5.0" default="0.9"/>
 
   <number id="maxv" type="slider" arg="-max-velocity %"
           _label="Speed Limit" _low-label="Slow" _high-label="Fast"
-          low="0.1" high="3.0" default="1.2"/>
+          low="0.1" high="3.0" default="0.5"/>
 
   <_description>
 This draws set of animating, transparent, amoeba-like blobs.  The blobs
@@ -43,6 +43,7 @@ so you can see the lower blobs through the higher ones, and when one
 passes over another, their colors merge.  I got the idea for this from
 a cool mouse pad I have, which achieves the same kind of effect in real
 life by having several layers plastic with colored oil between them.
-Written by Jamie Zawinski.
+
+Written by Jamie Zawinski; 1997.
   </_description>
 </screensaver>