File: torch_glow.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 (17 lines) | stat: -rw-r--r-- 427 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
	[object_type]
	ignore_collide=true
	id=torch_glow
	zorder=55
	on_create="[set_var('base_alpha', 60), set(alpha,base_alpha), set(green,69), set(blue,31)]"
	on_end_anim="animation('normal')"
	timer_frequency=5
	on_timer="[set(alpha, base_alpha + (wave(cycle*(10 +1d2))*20)/2000) ]"
		[animation]
		id=normal
		image=props/glow.png
		rect=0,0,63,63
		collide=0,0,63,63
		frames=1
		duration=100000
		[/animation]
	[/object_type]