1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="blaster" _label="Blaster">
7 <number id="num_robots" type="spinbutton" arg="-num_robots %"
8 _label="Robots" low="2" high="50" default="5"/>
10 <number id="num_lasers" type="spinbutton" arg="-num_lasers %"
11 _label="Lasers" low="1" high="100" default="3"/>
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"/>
17 <number id="speed" type="slider" arg="-delay %"
18 _label="Speed" _low-label="Slow" _high-label="Fast"
19 low="0" high="20000" default="10000"
22 <!-- #### -move_stars_x [2] -->
23 <!-- #### -move_stars_y [1] -->
24 <!-- #### -move_stars_random [0] -->
25 <!-- #### -star_color [white] -->
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] -->
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] -->
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] -->
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.