File: candle.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 (22 lines) | stat: -rw-r--r-- 365 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
	[object_type]
	id=candle
	ignore_collide=true
	zorder=-2

	[editor_info]
	category=decor
	[/editor_info]


	on_create="spawn('candle_glow',midpoint_x,midpoint_y-10,facing)"
	on_end_anim="animation('normal')"
		[animation]
		id=normal
		image=props/furniture.png
		rect=0,96,17,113
		collide=0,0,16,16
		frames=4
		duration=6
		pad=0
		[/animation]
	[/object_type]