delay 60 # Recommended delay between frames, in milliseconds

define default
	width 49  # Default width of each frame
	height 57 # Default height of each frame
	frames 8  # Default number of frames in each pixmap
	speed 4   # Default speed
	directions 1 # Default number of directions 


toon normal
	number 5
	define faller
		pixmap faller.xpm
		speed 3
		frames 5
		width 44
		height 57
		acceleration 1

	define walker	pixmap walker.xpm width 44 height 60 directions 2 frames 6 speed 3
	define tumbler
		pixmap faller.xpm
		speed 60
		acceleration 6
		terminal_velocity 800
		frames 5
		width 44
		height 57

	define climber	pixmap climber.xpm directions 2 frames 5 width 28 height 60
	define floater	pixmap floater.xpm speed 5 frames 1 width 28 height 60 directions 2
	define explosion	pixmap explosion.xpm width 64 height 64 frames 1
	define exit	pixmap seppuku.xpm width 89 height 66 frames 21 directions 2 speed -1
	define zapped	pixmap zapped.xpm frames 10 directions 2 height 32 width 33
	define splatted	pixmap splat.xpm frames 30 width 44 height 57
	define squashed	pixmap splat.xpm frames 30 width 44 height 57
	define zapped	pixmap splat.xpm frames 30 width 44 height 57
	define angel	pixmap angel.xpm frames 4 width 46 speed 3

	define action0
		pixmap new_nunchuk.xpm
		width 43
		height 52
		frames 31
		speed 0
		loop 1

	define action1
		pixmap invisible.xpm
		directions 2
		width 150
		height 80
		frames 21
		speed 0
		loop 1

	define action2
		pixmap speed.xpm
		directions 1
		width 150
		height 80
		frames 26
		speed 0
		loop -4

	define action3
		pixmap shuriken.xpm
		directions 2
		width 80
		height 82
		frames 17
		speed 0
		loop -4


