http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.01.tar.gz
[xscreensaver] / hacks / config / glsnake.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="glsnake" _label="GlSnake">
4
5   <command arg="-root"/>
6
7   <number id="duration" type="slider" arg="-statictime %"
8           _label="Duration" _low-label="1" _high-label="30 Seconds"
9           low="1000" high="30000" default="5000"/>
10
11   <number id="velocity" type="slider" arg="-velocity %"
12           _label="Velocity" _low-label="Slow" _high-label="Fast"
13           low="0.05" high="5.0" default="1.0"/>
14
15   <number id="yspin" type="slider" arg="-yspin %"
16           _label="Y Rotation" _low-label="Slow" _high-label="Fast"
17           low="0.0" high="1.0" default="0.10"/>
18
19   <number id="zspin" type="slider" arg="-zspin %"
20           _label="Z Rotation" _low-label="Slow" _high-label="Fast"
21           low="0.0" high="1.0" default="0.10"/>
22
23   <number id="packing" type="slider" arg="-explode %"
24           _label="Packing" _low-label="Tight" _high-label="Loose"
25           low="0.0" high="0.5" default="0.03"/>
26
27   <boolean id="scarycolour" _label="Scary Colors" arg-set="-scarycolour"/>
28
29   <boolean id="labels" _label="Show Labels" arg-unset="-no-labels"/>
30
31   <select id="render">
32     <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
33     <option id="solid" _label="Solid"/>
34   </select>
35
36   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
37
38   <_description>
39 Draws a simulation of the Rubik's Snake puzzle.
40 Written by Jamie Wilkinson, Andrew Bennetts, and Peter Aylett.
41   </_description>
42 </screensaver>