0a5cdeee6261637866e00b6b0037b04e40d9b6a4
[xscreensaver] / hacks / config / flipflop.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="flipflop" _label="FlipFlop">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="50000" default="20000"
10           convert="invert"/>
11
12   <boolean id="wire"    _label="Wireframe"              arg-set="-wireframe"/>
13   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
14
15   <_description>
16 Draws a grid of 3D colored tiles that change positions with each other.  
17
18 Written by Kevin Ogden; 2003.
19   </_description>
20 </screensaver>