ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-4.22.tar.gz
[xscreensaver] / hacks / config / crackberg.xml
diff --git a/hacks/config/crackberg.xml b/hacks/config/crackberg.xml
new file mode 100644 (file)
index 0000000..1e301b1
--- /dev/null
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="crackberg" _label="Crackberg">
+
+  <command arg="-root"/>
+
+  <number id="delay" type="slider" arg="-delay %"
+          _label="Frame Delay" _low-label="Short" _high-label="Long"
+          low="0" high="50000" default="20000" />
+
+  <number id="visibility" type="slider" arg="-visibility %"
+          _label="Visibility" _low-label="Mouse Hole" _high-label="Eagle Nest"
+          low="0.2" high="1.0" default="0.6" />
+  <number id="nsubdivs" type="spinbutton" arg="-nsubdivs %"
+          _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>    
+    
+
+  <_description>
+Flies through height maps, optionally animating the creation and
+destruction of generated tiles; tiles `grow' into place.
+  </_description>
+</screensaver>