File: rain_generator.cfg

package info (click to toggle)
frogatto-data 1.0-2
  • links: PTS, VCS
  • area: non-free
  • in suites: squeeze
  • size: 155,116 kB
  • sloc: makefile: 1
file content (31 lines) | stat: -rw-r--r-- 611 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[object_type]
always_active="true"
id="rain_generator"
ignore_collide="true"
on_create="[set(alpha,0), add_particles('rain'),sound_loop('ambient/rain-meditative.ogg')]"
on_end_anim="animation('normal')"
zorder="50"
	[animation]
	duration="1000"
	frame_info="2,1,2,1,817,200,24,26"
	frames="1"
	id="normal"
	image="compiled-2.png"
	rect="815,199,842,226"
	[/animation]

	[particle_system]
	color="220,220,255,200"
	id="rain"
	line_length="15"
	line_width="2"
	number_of_particles="900"
	repeat_period="800"
	type="weather"
	velocity_rand="6"
	velocity_x="4"
	velocity_y="10"
	[/particle_system]

[/object_type]