~ubuntu-branches/ubuntu/trusty/xscreensaver/trusty

« back to all changes in this revision

Viewing changes to hacks/config/cube21.xml

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-11-30 13:33:13 UTC
  • mfrom: (1.1.8 upstream) (2.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091130133313-3b5nz2e7hvbb8h3l
Tags: 5.10-3ubuntu1
* Merge with Debian unstable, remaining changes: (LP: #489062)
  - debian/control: add Build-Depends on ubuntu-artwork
  - debian/rules: use /usr/share/backgrounds
  - debian/control: Move xli | xloadimage recommends to suggests
  - debian/split-hacks.config: Use different set of default hacks to Debian
  - debian/source_xscreensaver.py: Add apport hook
  - debian/patches/53_XScreenSaver.ad.in.patch: Use Ubuntu branding

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
    <number id="spinspeed" type="slider" arg="-spinspeed %"
40
40
      _label="Spin" _low-label="Slow" _high-label="Fast"
41
 
      low="0.5" high="4.0" default="1.0"/>  
 
41
      low="0.01" high="4.0" default="1.0"/>
42
42
 
43
43
    <number id="wanderspeed" type="slider" arg="-wanderspeed %"
44
44
      _label="Wander" _low-label="Slow" _high-label="Fast"
45
 
      low="0.3" high="3.0" default="1.0"/>  
 
45
      low="0.001" high="0.1" default="0.02"/>
46
46
 
47
47
    <number id="wait" type="slider" arg="-wait %"
48
48
      _label="Linger" _low-label="Short" _high-label="Long"
63
63
 
64
64
  <_description>
65
65
Animates a Rubik-like puzzle known as Cube 21 or Square-1.
66
 
The rotations are chosen randomly.  See also the "Rubik" and
67
 
"GLSnake" screen savers.
 
66
The rotations are chosen randomly.  See also the "Rubik",
 
67
"RubikBlocks" and "GLSnake" screen savers.
68
68
 
69
69
http://en.wikipedia.org/wiki/Square_One_%28puzzle%29
70
70