<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="rocks" _label="Rocks">

  <command arg="-root"/>

  <number id="count" type="spinbutton" arg="-count %"
          _label="Count" low="0" high="200" default="100"/>

  <number id="speed" type="slider" arg="-delay %"
          _label="Animation Speed" _low-label="Slow" _high-label="Fast"
          low="0" high="80000" default="50000"
          convert="invert"/>

  <number id="speed" type="slider" arg="-delay %"
          _label="Velocity" _low-label="Slow" _high-label="Fast"
          low="1" high="100" default="100"/>

  <hgroup>
    <boolean id="rotate" _label="Rotation" arg-unset="-norotate"/>
    <boolean id="rotate" _label="Steering" arg-unset="-nomove"/>
  </hgroup>
  <boolean id="3d" _label="Do Red/Blue 3D seperation" arg-set="-3d"/>

  <number id="ncolors" type="slider" arg="-colors %"
            _label="Number of Colors" _low-label="Two" _high-label="Many"
            low="1" high="255" default="5"/>

  <!-- #### -delta3d [1.5] -->
  <!-- #### -left3d [Blue] -->
  <!-- #### -right3d [Red] -->

  <_description>
This draws an animation of flight through an asteroid field, with
changes in rotation and direction.  It can also display 3D
separations for red/blue glasses!  Mostly written by Jamie Zawinski.
  </_description>
</screensaver>
