began for maemo
[xscreensaver] / xscreensaver / hacks / config / crackberg.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="crackberg" _label="Crackberg">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Frame Delay" _low-label="Short" _high-label="Long"
9           low="0" high="50000" default="20000" />
10
11   <number id="visibility" type="slider" arg="-visibility %"
12           _label="Visibility" _low-label="Mouse Hole" _high-label="Eagle Nest"
13           low="0.2" high="1.0" default="0.6" />
14   <number id="nsubdivs" type="spinbutton" arg="-nsubdivs %"
15           _label="Subdivisions"
16           low="2" high="9" default="4" />
17
18   <hgroup>
19    <vgroup>
20     <boolean id="flat" _label="Flat Shading" arg-unset="-no-flat"/>
21     <boolean id="lit" _label="Lighting" arg-unset="-no-lit"/>
22     <boolean id="water" _label="Water" arg-unset="-no-water"/>
23     <boolean id="crack" _label="Confused" arg-unset="-no-crack"/>
24    </vgroup>
25    <vgroup>
26     <boolean id="boring" _label="Immediate"   arg-set="-boring"/>
27     <boolean id="letter" _label="Letterbox"   arg-set="-letterbox"/>
28     <boolean id="wire"   _label="Wireframe"   arg-set="-wireframe"/>
29     <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
30    </vgroup>
31   </hgroup>
32
33   <select id="color">
34     <option id="random" _label="Random" arg-set="-color random"/>
35     <option id="plain" _label="Plain"/>
36     <option id="ice" _label="Ice" arg-set="-color ice"/>
37     <option id="magma" _label="Swampy" arg-set="-color magma"/>
38     <option id="vomit" _label="Vomit" arg-set="-color vomit"/>
39   </select>  
40
41   <_description>
42 Flies through height maps, optionally animating the creation and
43 destruction of generated tiles; tiles `grow' into place.
44
45 Written by Matus Telgarsky; 2005.
46   </_description>
47 </screensaver>