~ubuntu-branches/ubuntu/dapper/xscreensaver/dapper

« back to all changes in this revision

Viewing changes to hacks/config/atlantis.xml

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2005-10-11 21:00:42 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20051011210042-u7q6zslgevdxspr3
Tags: 4.21-4ubuntu17
updated pt_BR again, fixed to UTF-8 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
 
 
3
<screensaver name="atlantis" _label="Atlantis">
 
4
 
 
5
  <command arg="-root"/>
 
6
 
 
7
  <number id="whalespeed" type="slider" arg="-whalespeed %"
 
8
           _label="Whale Speed" _low-label="Slow" _high-label="Fast"
 
9
          low="0" high="1000" default="250"/>
 
10
 
 
11
  <number id="sharkspeed" type="slider" arg="-delay %"
 
12
          _label="Shark Speed" _low-label="Slow" _high-label="Fast"
 
13
          low="0" high="500000" default="25000"
 
14
          convert="invert"/>
 
15
 
 
16
  <number id="sharkproximity" type="slider" arg="-size %"
 
17
          _label="Shark Proximity" _low-label="Shy" _high-label="Agressive"
 
18
          low="100" high="10000" default="6000"/>
 
19
 
 
20
  <number id="sharkcount" type="spinbutton" arg="-count %"
 
21
          _label="Number of Sharks" low="0" high="20" default="4"/>
 
22
 
 
23
  <select id="water">
 
24
    <option id="shimmer" _label="Shimmering Water"/>
 
25
    <option id="clear"   _label="Clear Water" arg-set="-no-texture"/>
 
26
  </select>
 
27
 
 
28
  <select id="bg">
 
29
    <option id="flat"     _label="Flat Background"/>
 
30
    <option id="gradient" _label="Gradient Background" arg-set="-gradient"/>
 
31
  </select>
 
32
 
 
33
  <select id="render">
 
34
    <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
 
35
    <option id="solid" _label="Solid"/>
 
36
  </select>
 
37
 
 
38
  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
 
39
 
 
40
  <_description>
 
41
This is xfishtank writ large: a GL animation of a number of sharks,
 
42
dolphins, and whales.  The swimming motions are great. Originally
 
43
written by Mark Kilgard.
 
44
  </_description>
 
45
</screensaver>