1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="atlantis" _label="Atlantis">
7 <number id="whalespeed" type="slider" arg="-whalespeed %"
8 _label="Whale Speed" _low-label="Slow" _high-label="Fast"
9 low="0" high="1000" default="250"/>
11 <number id="sharkspeed" type="slider" arg="-delay %"
12 _label="Shark Speed" _low-label="Slow" _high-label="Fast"
13 low="0" high="500000" default="25000"
16 <number id="sharkproximity" type="slider" arg="-size %"
17 _label="Shark Proximity" _low-label="Shy" _high-label="Agressive"
18 low="100" high="10000" default="6000"/>
20 <number id="sharkcount" type="spinbutton" arg="-count %"
21 _label="Number of Sharks" low="0" high="20" default="4"/>
24 <option id="shimmer" _label="Shimmering Water"/>
25 <option id="clear" _label="Clear Water" arg-set="-no-texture"/>
29 <option id="flat" _label="Flat Background"/>
30 <option id="gradient" _label="Gradient Background" arg-set="-gradient"/>
34 <option id="wire" _label="Wireframe" arg-set="-wireframe"/>
35 <option id="solid" _label="Solid"/>
38 <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
41 This is xfishtank writ large: a GL animation of a number of sharks,
42 dolphins, and whales. The swimming motions are great. Originally
43 written by Mark Kilgard.