home *** CD-ROM | disk | FTP | other *** search
/ tusportal.tus.k12.pa.us / tusportal.tus.k12.pa.us.tar / tusportal.tus.k12.pa.us / Wyse / latest-image.raw / 0.img / etc / xscreensaver / rocks.xml < prev    next >
Extensible Markup Language  |  2010-05-11  |  1KB  |  43 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="rocks" _label="Rocks">
  4.  
  5.   <command arg="-root"/>
  6.  
  7.   <number id="delay" type="slider" arg="-delay %"
  8.           _label="Frame rate" _low-label="Low" _high-label="High"
  9.           low="0" high="100000" default="50000"
  10.           convert="invert"/>
  11.  
  12.   <number id="count" type="slider" arg="-count %"
  13.           _label="Count" _low-label="Few" _high-label="Many"
  14.            low="0" high="200" default="100"/>
  15.  
  16.   <number id="speed" type="slider" arg="-speed %"
  17.           _label="Velocity" _low-label="Slow" _high-label="Fast"
  18.           low="1" high="100" default="100"/>
  19.  
  20.   <hgroup>
  21.     <boolean id="rotate" _label="Rotation" arg-unset="-no-rotate"/>
  22.     <boolean id="steer" _label="Steering" arg-unset="-no-move"/>
  23.     <boolean id="3d" _label="Do Red/Blue 3D separation" arg-set="-3d"/>
  24.   </hgroup>
  25.  
  26.   <number id="ncolors" type="slider" arg="-colors %"
  27.             _label="Number of colors" _low-label="Two" _high-label="Many"
  28.             low="1" high="255" default="5"/>
  29.  
  30.   <!-- #### -delta3d [1.5] -->
  31.   <!-- #### -left3d [Blue] -->
  32.   <!-- #### -right3d [Red] -->
  33.  
  34.   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
  35.  
  36.   <_description>
  37. This draws an animation of flight through an asteroid field, with
  38. changes in rotation and direction.
  39.  
  40. Written by Jamie Zawinski; 1992.
  41.   </_description>
  42. </screensaver>
  43.