http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/xscreensaver-4.24.tar.gz
[xscreensaver] / hacks / config / glsnake.xml
index f897c482c5f51ce3ea256fd94e4f42c94a5a4a0e..bbe1c8d3319ebb687c7a3b3889a6c25abf75ba70 100644 (file)
@@ -8,25 +8,24 @@
           _label="Duration" _low-label="1" _high-label="30 Seconds"
           low="1000" high="30000" default="5000"/>
 
-  <number id="velocity" type="slider" arg="-velocity %"
-          _label="Velocity" _low-label="Slow" _high-label="Fast"
+  <number id="angvel" type="slider" arg="-angvel %"
+          _label="Angular Velocity" _low-label="Slow" _high-label="Fast"
           low="0.05" high="5.0" default="1.0"/>
 
-  <number id="yspin" type="slider" arg="-yspin %"
-          _label="Y Rotation" _low-label="Slow" _high-label="Fast"
+  <number id="yangvel" type="slider" arg="-yangvel %"
+          _label="Y Angular Velocity" _low-label="Slow" _high-label="Fast"
           low="0.0" high="1.0" default="0.10"/>
 
-  <number id="zspin" type="slider" arg="-zspin %"
-          _label="Z Rotation" _low-label="Slow" _high-label="Fast"
-          low="0.0" high="1.0" default="0.10"/>
+  <number id="zangvel" type="slider" arg="-zangvel %"
+          _label="Z Angular Velocity" _low-label="Slow" _high-label="Fast"
+          low="0.0" high="1.0" default="0.14"/>
 
   <number id="packing" type="slider" arg="-explode %"
           _label="Packing" _low-label="Tight" _high-label="Loose"
           low="0.0" high="0.5" default="0.03"/>
 
-  <boolean id="scarycolour" _label="Scary Colors" arg-set="-scarycolour"/>
 
-  <boolean id="labels" _label="Show Labels" arg-unset="-no-labels"/>
+  <boolean id="labels" _label="Show Titles" arg-unset="-no-titles"/>
 
   <select id="render">
     <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>