File: falling_leaf.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 (27 lines) | stat: -rw-r--r-- 532 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
[object_type]
dies_on_inactive="yes"
id="falling_leaf"
ignore_collide="true"
on_collide_side="die()"
on_create="[set(velocity_y,50+1d100,)]"
on_end_anim="animation('normal')"
on_enter_water="die()"
on_timer="set(velocity_x, (wave(cycle*6)+1000)/10 -100)"
timer_frequency="10"
zorder="50"
	[animation]
	duration="5"
	frames="6"
	h="10"
	id="normal"
	image="effects/particles.png"
	pad="3"
	palettes="forest_graveyard_shift,forest_autumn,forest_decay,forest_clean"
	reverse="yes"
	w="10"
	x="3"
	y="79"
	[/animation]

[/object_type]