File: dark_block.cfg

package info (click to toggle)
frogatto-data 1.2%2Bdfsg-1
  • links: PTS, VCS
  • area: non-free
  • in suites: wheezy
  • size: 201,844 kB
  • sloc: python: 302; xml: 223; perl: 139; sh: 48; makefile: 13; ruby: 4
file content (20 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
18
19
20
[object_type]
has_feet="no"
id="dark_block"
on_collide_object_body="if(collide_with_area = 'attack', die())"
on_die="spawn('die_cloud', midpoint_x, midpoint_y, facing)"
solid_area="0,0,15,15"
	[properties]
	get_hit_by="def(hit_by) set(me.hitpoints, 0)"
	[/properties]

	[animation]
	body_area="all"
	frame_info="0,0,0,0,672,523,16,16"
	id="normal"
	image="compiled-0.png"
	rect="672,523,687,538"
	[/animation]

[/object_type]