#
# groach default theme
#

# Just information for a use
# Currently, not used.
name = "fish"
author = "Wanda follower"
description = "Wanda swims on your screen"

# Number of stats
stats = 3

# Number of directions
directions = 2

# Size of pixmaps
pixmap_size = {60, 40}

# Step pixel for motion
step_pixel = 12

data {
{"fish1-r.png" "fish2-r.png" "fish3-r.png"}	# right
{"fish1-l.png" "fish2-l.png" "fish3-l.png"}	# right
}

data {
{"bone-r.png"}
{"bone-l.png"}
}

# If every direction has same frames, you can omit the others.
data {
{""}
}

