From http://www.jwz.org/xscreensaver/xscreensaver-5.24.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   <number id="delay" type="slider" arg="-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="10000"
10           convert="invert"/>
11
12   <number id="num_robots" type="spinbutton" arg="-num_robots %"
13           _label="Robots" low="2" high="50" default="5"/>
14
15   <number id="num_lasers" type="spinbutton" arg="-num_lasers %"
16           _label="Lasers" low="1" high="100" default="3"/>
17
18   <number id="num_stars" type="slider" arg="-num_stars %"
19           _label="Stars" _low-label="Few" _high-label="Many"
20           low="5" high="200" default="50"/>
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   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
52
53   <xscreensaver-updater />
54
55   <_description>
56 Draws a simulation of flying space-combat robots (cleverly disguised
57 as colored circles) doing battle in front of a moving star field.
58
59 Written by Jonathan Lin; 1999.
60   </_description>
61 </screensaver>