1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="speedmine" _label="SpeedMine">
7 <video href="https://www.youtube.com/watch?v=awOnhCxRD_c"/>
11 <number id="delay" type="slider" arg="-delay %"
12 _label="Frame rate" _low-label="Low" _high-label="High"
13 low="0" high="100000" default="30000"
16 <number id="velocity" type="slider" arg="-maxspeed %"
17 _label="Max velocity" _low-label="Slow" _high-label="Fast"
18 low="1" high="1000" default="700"/>
20 <number id="thrust" type="slider" arg="-thrust %"
21 _label="Thrust" _low-label="Slow" _high-label="Fast"
22 low="0.0" high="4.0" default="1.0"/>
24 <number id="gravity" type="slider" arg="-gravity %"
25 _label="Gravity" _low-label="Low" _high-label="High"
26 low="0.0" high="25.0" default="9.8"/>
31 <option id="speedmine" _label="Tunnel"/>
32 <option id="speedworm" _label="Worm" arg-set="-worm"/>
35 <boolean id="terrain" _label="Rocky walls" arg-unset="-no-terrain"/>
36 <boolean id="bump" _label="Allow wall collisions" arg-unset="-no-bumps"/>
37 <boolean id="bonus" _label="Present bonuses" arg-unset="-no-bonuses"/>
38 <boolean id="xhair" _label="Display crosshair" arg-unset="-no-crosshair"/>
39 <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
41 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
45 <!-- #### -vertigo [1.0] -->
46 <!-- #### -darkground [#101010] -->
47 <!-- #### -lightground [#a0a0a0] -->
48 <!-- #### -tunnelend [#000000] -->
49 <!-- #### -smoothness [6] -->
50 <!-- #### -curviness [1.0] -->
51 <!-- #### -twistiness [1.0] -->
52 <!-- #### -no-widening -->
53 <!-- #### -psychedelic -->
55 <xscreensaver-updater />
58 Simulates speeding down a rocky mineshaft, or a funky dancing worm.
60 Written by Conrad Parker; 2001.