# This files defines the theme "Megaman".
 
# 20 Jul 2003 Claus Aranha <ra980863@yahoo.com>

delay 75 # Recommended delay between frames, in milliseconds

# First we set some default values. Note that we cannot set a default
# pixmap. Values not set will take on the system defaults, which are
# usually quite sensible except for width and height, which cannot
# really be guessed.
define default
	width 35  # Default width of each frame
	height 22 # Default height of each frame
	frames 8  # Default number of frames in each pixmap
	speed 2   # Default speed
	directions 2 # Default number of directions 

# We have two types of penguin, "normal" and "skateboarder".  The
# "number" property gives the recommended number of each type to
# start. If any more are initialised then they will be in roughly the
# same proportions. If a pixmap filename starts with "/" then it is
# taken to be an absolute path, otherwise it is taken to be a file in
# the same directory as the config file.

# First define the "normal" penguin:
toon normal
	number 1
	define faller	pixmap faller.xpm speed 8 frames 1 width 24 height 28
	define walker	pixmap walker.xpm 
 	define floater 	pixmap flier.xpm frames 2 speed 4 height 33 
	define explosion pixmap damage.xpm frames 6 height 28 width 24
	define action0 	pixmap blink.xpm frames 12 speed 0 loop -6 width 20
	define action1 	pixmap slider.xpm frames 1 speed 6 loop 10 width 24 height 20

toon snake
	number 1
	define faller 	pixmap snakefall.xpm speed 8 frames 1 width 24 height 44
	define walker 	pixmap snakewalk.xpm width 32 height 28
	define floater 	pixmap snakejump.xpm speed 4 frames 1 width 24 height 32
	define explosion pixmap snakedie.xpm frames 6 width 24 height 28
	define action0  pixmap snakepose.xpm frames 10 width 36 height 30 speed 0 loop 1
