File: save_lantern_object.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 (36 lines) | stat: -rw-r--r-- 817 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
[object_type]
id="save_lantern_object"
on_collide_object_body="if(collide_with.player,if(animation = 'normal', [animation('saving'),save_game()]))"
on_end_normal_anim="animation('normal')"
on_end_saved_anim="animation('saved')"
on_end_saving_anim="[animation('saved'),music('SavedGame.ogg')]"
solid_area="1,1,19,40"
	[animation]
	duration="30"
	frame_info="1,1,1,21,849,729,18,39"
	frames="1"
	id="normal"
	image="compiled-1.png"
	rect="848,728,867,788"
	[/animation]

	[animation]
	duration="10"
	frame_info="1,1,1,12,985,872,18,48,1,1,1,1,1003,872,18,59"
	frames="2"
	id="saving"
	image="compiled-0.png"
	rect="984,871,1003,931"
	[/animation]

	[animation]
	duration="100"
	frame_info="1,1,1,1,1006,448,18,59"
	frames="1"
	id="saved"
	image="compiled-0.png"
	rect="1005,447,1024,507"
	[/animation]

[/object_type]