File: help_npc.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 (33 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

	[object_type]
	id=help_npc
	prototype=standing_npc
	solid_dimensions=npc
	solid_area=9,10,29,33

	[editor_info]
	category=NPCs
		[var]
		name=turn_to_face_player
		value="0"
		type=boolean
		[/var]
	[/editor_info]

		[base:animation]
		image=npc/help-marker.png
		pad=3
		accel_y=0
		interact_area=all
		[/animation]


		[animation]
		id=stand
		rect=1,1,23,36
		duration=5
		frames=9
		reverse=yes
		[/animation]
	[/object_type]