summaryrefslogtreecommitdiffstats
path: root/hacks/config/scooter.xml
blob: 72fe9b3bf1db6ee12b1d52fd998aea730b4611cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="scooter" _label="Scooter" gl="no">

  <command arg="-root"/>

  <video href="https://www.youtube.com/watch?v=Qqzk1BldlXg"/>

  <hgroup>
   <vgroup>
    <number id="delay" type="slider" arg="-delay %"
            _label="Frame rate" _low-label="Low" _high-label="High"
            low="0" high="100000" default="20000"
            convert="invert"/>
    <number id="cycles" type="slider" arg="-cycles %"
            _label="Boat Speed" _low-label="Very slow" _high-label="Very fast"
            low="0" high="1000" default="5"/>
    <number id="count" type="slider" arg="-count %"
            _label="Number of doors" _low-label="4" _high-label="40"
            low="4" high="40" default="24"/>
   </vgroup>
   <vgroup>
    <number id="size" type="slider" arg="-size %"
            _label="Number of stars" _low-label="1" _high-label="200"
            low="0" high="200" default="100"/>
    <number id="ncolors" type="slider" arg="-ncolors %"
            _label="Number of colors" _low-label="Mono" _high-label="Colorful"
            low="0" high="200" default="200"/>

    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>

    <xscreensaver-updater />
   </vgroup>
  </hgroup>

  <_description>
Zooming down a tunnel in a star field.  Originally an Amiga hack.

Written by Sven Thoennissen; 2001.
Ported by EoflaOE; 2019.
  </_description>
</screensaver>