File: die_cloud.cfg

package info (click to toggle)
frogatto-data 1.3.1%2Bdfsg-4
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid, trixie
  • size: 254,428 kB
  • sloc: xml: 584; python: 396; perl: 249; sh: 126; ruby: 69; makefile: 21
file content (17 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
id: "die_cloud",
hitpoints: 1,
on_end_anim: "die()",
on_create: "sound('splat.ogg')",
on_process: "if(cycle%6=0,spawn('die_cloud_2',midpoint_x+1d10-5,midpoint_y+1d30-15,facing))",
zorder: 34,
animation: {
	id: "die",
	image: "effects/die-cloud.png",
	rect: [4,57,48,101],
	frames: 15,
	frames_per_row: 5,
	pad: 3,
	duration: 3,
},
}