From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / blaster.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="blaster" _label="Blaster">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=bp3J3si2Hr0"/>
8
9   <number id="delay" type="slider" arg="-delay %"
10           _label="Frame rate" _low-label="Low" _high-label="High"
11           low="0" high="100000" default="10000"
12           convert="invert"/>
13
14   <number id="num_robots" type="spinbutton" arg="-num_robots %"
15           _label="Robots" low="2" high="50" default="5"/>
16
17   <number id="num_lasers" type="spinbutton" arg="-num_lasers %"
18           _label="Lasers" low="1" high="100" default="3"/>
19
20   <number id="num_stars" type="slider" arg="-num_stars %"
21           _label="Stars" _low-label="Few" _high-label="Many"
22           low="5" high="200" default="50"/>
23
24   <!-- #### -move_stars_x [2] -->
25   <!-- #### -move_stars_y [1] -->
26   <!-- #### -move_stars_random [0] -->
27   <!-- #### -star_color [white] -->
28
29   <!-- #### -explode_size_1 [27] -->
30   <!-- #### -explode_size_2 [19] -->
31   <!-- #### -explode_size_3 [7] -->
32   <!-- #### -explode_color_1 [yellow] -->
33   <!-- #### -explode_color_2 [orange] -->
34
35   <!-- #### -r_color0 [magenta] -->
36   <!-- #### -r_color1 [orange] -->
37   <!-- #### -r_color2 [yellow] -->
38   <!-- #### -r_color3 [white] -->
39   <!-- #### -r_color4 [blue] -->
40   <!-- #### -r_color5 [cyan] -->
41   <!-- #### -l_color0 [green] -->
42   <!-- #### -l_color1 [red] -->
43
44   <!-- #### -mother_ship -->
45   <!-- #### -mother_ship_width [25] -->
46   <!-- #### -mother_ship_height [7] -->
47   <!-- #### -mother_ship_laser [15] -->
48   <!-- #### -mother_ship_period [150] -->
49   <!-- #### -mother_ship_hits [10] -->
50   <!-- #### -mother_ship_color0 [darkblue] -->
51   <!-- #### -mother_ship_color1 [white] -->
52
53   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
54
55   <xscreensaver-updater />
56
57   <_description>
58 Flying space-combat robots (cleverly disguised as colored circles)
59 do battle in front of a moving star field.
60
61 Written by Jonathan Lin; 1999.
62   </_description>
63 </screensaver>