dfa8dbb58399df43f8005921a8519d85e0c43e38
[xscreensaver] / hacks / config / engine.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="engine" _label="Engine">
4
5   <command arg="-root"/>
6
7   <!-- #### -rotate-speed [1] -->
8
9   <number id="delay" type="slider" arg="-delay %"
10           _label="Speed" _low-label="Slow" _high-label="Fast"
11           low="0" high="20000" default="10000"
12           convert="invert"/>
13
14   <select id="engine">
15    <option id="random" _label="Random Engine"/>
16    <option id="1" _label="Honda Insight (3 cylinders)"     arg-set="-engine honda_insight"/>
17    <option id="2" _label="BMW M3 (4 cylinders)"            arg-set="-engine bmw_m3"/>
18    <option id="3" _label="VW Beetle (4 cylinders, flat)"   arg-set="-engine vw_beetle"/>
19    <option id="4" _label="Audi Quattro (5 cylinders)"      arg-set="-engine audi_quattro"/>
20    <option id="5" _label="BMW M5 (6 cylinders)"            arg-set="-engine bmw_m5"/>
21    <option id="6" _label="Subaru XT (6 cylinders, V)"      arg-set="-engine subaru_xt"/>
22    <option id="7" _label="Porsche 911 (6 cylinders, flat)" arg-set="-engine porsche_911"/>
23    <option id="8" _label="Corvette Z06 (8 cylinders, V)"   arg-set="-engine corvette_z06"/>
24    <option id="9" _label="Dodge Viper (10 cylinders, V)"   arg-set="-engine dodge_viper"/>
25    <option id="10" _label="Jaguar XKE (12 cylinders, V)"   arg-set="-engine jaguar_xke"/>
26   </select>
27
28   <boolean id="titles" _label="Show Engine Name" arg-set="-titles"/>
29   <hgroup>
30     <boolean id="wander" _label="Wander" arg-unset="-no-move"/>
31     <boolean id="spin" _label="Spin" arg-unset="-no-spin"/>
32   </hgroup>
33   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
34
35   <_description>
36 Draws a simple model of an engine that floats around the screen.
37 Written by Ben Buxton and Ed Beroset.
38   </_description>
39 </screensaver>