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

« back to all changes in this revision

Viewing changes to hacks/config/blaster.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="blaster" _label="Blaster">
 
4
 
 
5
  <command arg="-root"/>
 
6
 
 
7
  <number id="num_robots" type="spinbutton" arg="-num_robots %"
 
8
          _label="Robots" low="2" high="50" default="5"/>
 
9
 
 
10
  <number id="num_lasers" type="spinbutton" arg="-num_lasers %"
 
11
          _label="Lasers" low="1" high="100" default="3"/>
 
12
 
 
13
  <number id="num_stars" type="slider" arg="-num_stars %"
 
14
          _label="Stars" _low-label="Few" _high-label="Many"
 
15
          low="5" high="200" default="50"/>
 
16
 
 
17
  <number id="delay" type="slider" arg="-delay %"
 
18
          _label="Speed" _low-label="Slow" _high-label="Fast"
 
19
          low="0" high="20000" default="10000"
 
20
          convert="invert"/>
 
21
 
 
22
  <!-- #### -move_stars_x [2] -->
 
23
  <!-- #### -move_stars_y [1] -->
 
24
  <!-- #### -move_stars_random [0] -->
 
25
  <!-- #### -star_color [white] -->
 
26
 
 
27
  <!-- #### -explode_size_1 [27] -->
 
28
  <!-- #### -explode_size_2 [19] -->
 
29
  <!-- #### -explode_size_3 [7] -->
 
30
  <!-- #### -explode_color_1 [yellow] -->
 
31
  <!-- #### -explode_color_2 [orange] -->
 
32
 
 
33
  <!-- #### -r_color0 [magenta] -->
 
34
  <!-- #### -r_color1 [orange] -->
 
35
  <!-- #### -r_color2 [yellow] -->
 
36
  <!-- #### -r_color3 [white] -->
 
37
  <!-- #### -r_color4 [blue] -->
 
38
  <!-- #### -r_color5 [cyan] -->
 
39
  <!-- #### -l_color0 [green] -->
 
40
  <!-- #### -l_color1 [red] -->
 
41
 
 
42
  <!-- #### -mother_ship -->
 
43
  <!-- #### -mother_ship_width [25] -->
 
44
  <!-- #### -mother_ship_height [7] -->
 
45
  <!-- #### -mother_ship_laser [15] -->
 
46
  <!-- #### -mother_ship_period [150] -->
 
47
  <!-- #### -mother_ship_hits [10] -->
 
48
  <!-- #### -mother_ship_color0 [darkblue] -->
 
49
  <!-- #### -mother_ship_color1 [white] -->
 
50
 
 
51
  <_description>
 
52
Draws a simulation of flying space-combat robots (cleverly disguised
 
53
as colored circles) doing battle in front of a moving star field.
 
54
Written by Jonathan Lin.
 
55
  </_description>
 
56
</screensaver>