From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / crackberg.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="crackberg" _label="Crackberg" gl="yes">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="20000"
10           convert="invert"/>
11
12   <number id="visibility" type="slider" arg="-visibility %"
13           _label="Visibility" _low-label="Mouse hole" _high-label="Eagle nest"
14           low="0.2" high="1.0" default="0.6" />
15   <number id="nsubdivs" type="slider" arg="-nsubdivs %"
16           _label="Subdivisions" _low-label="Few" _high-label="Hurt me"
17           low="2" high="9" default="4" />
18
19   <hgroup>
20    <vgroup>
21     <boolean id="flat" _label="Flat shading" arg-unset="-no-flat"/>
22     <boolean id="lit" _label="Lighting" arg-unset="-no-lit"/>
23     <boolean id="water" _label="Water" arg-unset="-no-water"/>
24     <boolean id="crack" _label="Confused" arg-unset="-no-crack"/>
25    </vgroup>
26    <vgroup>
27     <boolean id="boring" _label="Immediate"   arg-set="-boring"/>
28     <boolean id="letter" _label="Letterbox"   arg-set="-letterbox"/>
29     <boolean id="wire"   _label="Wireframe"   arg-set="-wireframe"/>
30     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
31    </vgroup>
32   </hgroup>
33
34   <select id="color">
35     <option id="random" _label="Random coloration"/>
36     <option id="plain" _label="Earthy coloration" arg-set="-color plain"/>
37     <option id="ice" _label="Icy coloration" arg-set="-color ice"/>
38     <option id="magma" _label="Swampy coloration" arg-set="-color magma"/>
39     <option id="vomit" _label="Vomitous coloration" arg-set="-color vomit"/>
40   </select>  
41
42   <xscreensaver-updater />
43
44   <_description>
45 Flies through height maps, optionally animating the creation and
46 destruction of generated tiles; tiles `grow' into place.
47
48 Written by Matus Telgarsky; 2005.
49   </_description>
50 </screensaver>