ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-5.01.tar.gz
[xscreensaver] / hacks / config / speedmine.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="speedmine" _label="SpeedMine">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="80000" default="30000"
10           convert="invert"/>
11
12   <select id="mode">
13     <option id="speedmine" _label="Tunnel"/>
14     <option id="speedworm" _label="Worm" arg-set="-worm"/>
15   </select>
16
17   <number id="velocity" type="slider" arg="-maxspeed %"
18           _label="Max Velocity" _low-label="Slow" _high-label="Fast"
19           low="1" high="1000" default="700"/>
20
21   <number id="thrust" type="slider" arg="-thrust %"
22           _label="Thrust" _low-label="Slow" _high-label="Fast"
23           low="0.0" high="4.0" default="1.0"/>
24
25   <number id="gravity" type="slider" arg="-gravity %"
26           _label="Gravity" _low-label="Low" _high-label="High"
27           low="0.0" high="25.0" default="9.8"/>
28
29   <boolean id="terrain" _label="Rocky Walls" arg-unset="-no-terrain"/>
30   <boolean id="bump"    _label="Allow Wall Collisions" arg-unset="-no-bumps"/>
31   <boolean id="bonus"   _label="Present Bonuses" arg-unset="-no-bonuses"/>
32   <boolean id="xhair"   _label="Display Crosshair" arg-unset="-no-crosshair"/>
33
34   <!-- #### -vertigo [1.0] -->
35   <!-- #### -darkground [#101010] -->
36   <!-- #### -lightground [#a0a0a0] -->
37   <!-- #### -tunnelend [#000000] -->
38   <!-- #### -smoothness [6] -->
39   <!-- #### -curviness [1.0] -->
40   <!-- #### -twistiness [1.0] -->
41   <!-- #### -no-widening -->
42   <!-- #### -psychedelic -->
43
44   <boolean id="wire"    _label="Wireframe"              arg-set="-wireframe"/>
45
46   <_description>
47 Simulates speeding down a rocky mineshaft, or a funky dancing worm.
48
49 Written by Conrad Parker; 2001.
50   </_description>
51 </screensaver>