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

« back to all changes in this revision

Viewing changes to hacks/config/flyingtoasters.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="flyingtoasters" _label="Flying Toasters">
 
4
 
 
5
  <command arg="-root"/>
 
6
 
 
7
  <number id="speed" type="slider" arg="-speed %"
 
8
          _label="Air Speed" _low-label="Slow" _high-label="Fast"
 
9
          low="0.01" high="8.0" default="1.0"/>
 
10
 
 
11
  <number id="delay" type="slider" arg="-delay %"
 
12
          _label="Animation Speed" _low-label="Slow" _high-label="Fast"
 
13
          low="0" high="50000" default="10000"
 
14
          convert="invert"/>
 
15
 
 
16
  <number id="ntoasters" type="slider" arg="-ntoasters %"
 
17
          _label="Number of Toasters" _low-label="None" _high-label="Swarm"
 
18
          low="0" high="50" default="20"/>
 
19
 
 
20
  <number id="nslices" type="slider" arg="-nslices %"
 
21
          _label="Number of Slices" _low-label="None" _high-label="Swarm"
 
22
          low="0" high="50" default="25"/>
 
23
 
 
24
  <select id="render">
 
25
    <option id="solid"    _label="Chrome Toasters"/>
 
26
    <option id="solid"    _label="Solid Colors" arg-set="-no-texture"/>
 
27
    <option id="wire"     _label="Wireframe" arg-set="-wireframe"/>
 
28
  </select>
 
29
 
 
30
  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
 
31
 
 
32
  <_description>
 
33
A fleet of 3d space-age jet-powered flying toasters (and toast!)
 
34
Inspired by the ancient Berkeley Systems After Dark flying toasters.
 
35
By Jamie Zawinski and Baconmonkey.
 
36
  </_description>
 
37
</screensaver>