http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/xscreensaver-4.20.tar.gz
[xscreensaver] / hacks / config / starwars.xml
index 1b112771d73822c14c78abd8037c9e1638a883bb..89879f88752849d1b570a43089ecbc029ea11aae 100644 (file)
@@ -4,7 +4,7 @@
 
   <command arg="-root"/>
 
-  <number id="speed" type="slider" arg="-delay %"
+  <number id="delay" type="slider" arg="-delay %"
           _label="Animation Speed" _low-label="Slow" _high-label="Fast"
           low="0" high="80000" default="40000"
           convert="invert"/>
@@ -32,7 +32,7 @@
   <number id="columns" type="spinbutton" arg="-columns %"
            _label="Text Columns" low="-1" high="200" default="-1"/>
 
-  <number id="lines" type="spinbutton" arg="-size %"
+  <number id="lines" type="spinbutton" arg="-lines %"
            _label="Text Lines" low="4" high="1000" default="125"/>
 
   <number id="spin" type="slider" arg="-spin %"
@@ -43,8 +43,9 @@
     <boolean id="smooth" _label="Anti-aliased Lines" arg-unset="-no-smooth"/>
     <boolean id="fade"   _label="Thick Lines"        arg-unset="-no-thick"/>
   </hgroup>
-  <boolean id="fade"   _label="Fade Out"           arg-unset="-no-fade"/>
 
+  <boolean id="texture" _label="Texture-Mapped Font" arg-unset="-no-texture"/>
+  <boolean id="fade"   _label="Fade Out"           arg-unset="-no-fade"/>
   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
 
   <_description>