1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="sproingies" _label="Sproingies" gl="yes">
7 <number id="delay" type="slider" arg="-delay %"
8 _label="Frame rate" _low-label="Low" _high-label="High"
9 low="0" high="100000" default="30000"
12 <number id="count" type="slider" arg="-count %"
13 _label="Sproingies" _low-label="One" _high-label="Lots"
14 low="1" high="30" default="8"/>
17 <boolean id="nofall" _label="Fall off edge" arg-set="-fall"/>
18 <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
19 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
23 Slinky-like creatures walk down an infinite staircase and
26 http://en.wikipedia.org/wiki/Slinky
27 http://en.wikipedia.org/wiki/Q%2Abert
28 http://en.wikipedia.org/wiki/Marble_Madness
30 Written by Ed Mackey; 1997.