http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / crackberg.xml
index 1e301b1abeaab38c437a98f3620e64042a3bef24..73596bc3427db71a1e395dbec57b6e3ab8c30536 100644 (file)
           _label="Subdivisions"
           low="2" high="9" default="4" />
 
-  <boolean id="flat" _label="Flat Shading" arg-set="-flat"/>
-  <boolean id="lit" _label="Lighting" arg-set="-lit"/>
-  <boolean id="water" _label="Water" arg-unset="-nowater"/>
-  <boolean id="letter" _label="Letterbox" arg-set="-letterbox"/>
-  <boolean id="wire" _label="Wireframe" arg-set="-wire"/>
-  <boolean id="fps" _label="Display FPS" arg-set="-fps"/>
-
   <hgroup>
-      <select id="init">
-        <option id="crack" _label="Confused" arg-set="-crack"/>
-        <option id="growing" _label="Growing"/>
-        <option id="boring" _label="Immediate" arg-set="-boring"/>
-      </select>  
-
-      <select id="color">
-        <option id="random" _label="Random" arg-set="-color random"/>
-        <option id="plain" _label="Plain"/>
-        <option id="ice" _label="Ice" arg-set="-color ice"/>
-        <option id="magma" _label="Swampy" arg-set="-color magma"/>
-        <option id="vomit" _label="Vomit" arg-set="-color vomit"/>
-      </select>  
-  </hgroup>    
-    
+   <vgroup>
+    <boolean id="flat" _label="Flat Shading" arg-unset="-no-flat"/>
+    <boolean id="lit" _label="Lighting" arg-unset="-no-lit"/>
+    <boolean id="water" _label="Water" arg-unset="-no-water"/>
+    <boolean id="crack" _label="Confused" arg-unset="-no-crack"/>
+   </vgroup>
+   <vgroup>
+    <boolean id="boring" _label="Immediate"   arg-set="-boring"/>
+    <boolean id="letter" _label="Letterbox"   arg-set="-letterbox"/>
+    <boolean id="wire"   _label="Wireframe"   arg-set="-wireframe"/>
+    <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+   </vgroup>
+  </hgroup>
+
+  <select id="color">
+    <option id="random" _label="Random" arg-set="-color random"/>
+    <option id="plain" _label="Plain"/>
+    <option id="ice" _label="Ice" arg-set="-color ice"/>
+    <option id="magma" _label="Swampy" arg-set="-color magma"/>
+    <option id="vomit" _label="Vomit" arg-set="-color vomit"/>
+  </select>  
 
   <_description>
 Flies through height maps, optionally animating the creation and
 destruction of generated tiles; tiles `grow' into place.
+
+Written by Matus Telgarsky; 2005.
   </_description>
 </screensaver>