# Pretty name for this decor:
# name <name>
name VU meter decor by Bob Maple

# Define a bitmap that we can refer to by name:
# bitmap bitmapalias path-to-bitmapfile [transparentcolor RGBhex]
bitmap fancy fancy/fancy-vu.tga

# This bitmap contains both the left and right background, but at
# different positions in the image.
# region name bitmapalias left top right bottom
region leftbackground	fancy   0 0 159 83
region rightbackground	fancy 160 0 319 83

# Uncomment the next three lines to enable an overlay image
#bitmap overlay fancy/mask.tga
#region leftoverlay	overlay   0 0 159 83
#region rightoverlay	overlay 160 0 319 83

# Define the position and movement of the needle
# needle axisX axisY length zerodegree stroke RGBhex
leftneedle 80 120 115 127 -77 000000
rightneedle 80 120 115 127 -77 000000
