ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-4.22.tar.gz
[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   <boolean id="flat" _label="Flat Shading" arg-set="-flat"/>
19   <boolean id="lit" _label="Lighting" arg-set="-lit"/>
20   <boolean id="water" _label="Water" arg-unset="-nowater"/>
21   <boolean id="letter" _label="Letterbox" arg-set="-letterbox"/>
22   <boolean id="wire" _label="Wireframe" arg-set="-wire"/>
23   <boolean id="fps" _label="Display FPS" arg-set="-fps"/>
24
25   <hgroup>
26       <select id="init">
27         <option id="crack" _label="Confused" arg-set="-crack"/>
28         <option id="growing" _label="Growing"/>
29         <option id="boring" _label="Immediate" arg-set="-boring"/>
30       </select>  
31
32       <select id="color">
33         <option id="random" _label="Random" arg-set="-color random"/>
34         <option id="plain" _label="Plain"/>
35         <option id="ice" _label="Ice" arg-set="-color ice"/>
36         <option id="magma" _label="Swampy" arg-set="-color magma"/>
37         <option id="vomit" _label="Vomit" arg-set="-color vomit"/>
38       </select>  
39   </hgroup>    
40     
41
42   <_description>
43 Flies through height maps, optionally animating the creation and
44 destruction of generated tiles; tiles `grow' into place.
45   </_description>
46 </screensaver>