File: spin_attack_ability.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 (14 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14


	[object_type]
	id=spin_attack_ability
	next_animation="'normal'"
	on_touch="[die(),music_onetime('specialitem.ogg'), powerup(level.player.driver, 'spin_attack'),
	spawn('invisible_blue_spark_generator', level.player.driver.midpoint_x, midpoint_y+60, facing, set(velocity_y,-100)),spawn('color_flash',x,y,0,[set(color_r,157),set(color_g,250),set(color_b,55)])]"
		[animation]
		id=normal
		image=gui/inventory.png
		rect=281,325,295,347
		collide="0,0,18,30"
		[/animation]
	[/object_type]