File: mortimer_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 (41 lines) | stat: -rw-r--r-- 527 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41

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


		[base:animation]
		image=npc/mortimer.png
		pad=3
		accel_y=80
		interact_area=all
		[/animation]


		[animation]
		duplicates=3
		id=stand
		rect=1,1,38,32
		duration=7
		frames=3
		reverse=yes
		play_backwards=yes
		[/animation]
		
		[animation]
		id=stand
		rect=83,1,120,32
		duration=7
		frames=3
		reverse=yes
		[/animation]
		
		[animation]
		id=portrait
		rect=2,2,37,37
		scale=6
		[/animation]
	[/object_type]