File: spark.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 (21 lines) | stat: -rw-r--r-- 367 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
[object_type]
	id=spark
	zorder=20
	ignore_collide=true
	dies_on_inactive=yes
	
	on_enter_water="die()"
	on_collide="die()"
	
	on_process="if (1d10 = 1, die())"
	
	on_create="[set(velocity_x, ((1d2000 - 1000)/3)),
				set(velocity_y, (1d500)/2)]"
	
	[animation]
		id=normal
		image=effects/powerup-fx.png
		rect=132,65,133,66
		accel_y=20
	[/animation]
[/object_type]