~ubuntu-branches/ubuntu/utopic/frogatto-data/utopic

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## This is a candle without a base, meant to be used on candelabras and such; giving each candle independent timing.

	[object_type]
	id=candlestick
	ignore_collide=true
	zorder=-2

	[editor_info]
	category=decor
	[/editor_info]


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