# background color
bgcolor_r = 0
bgcolor_g = 0
bgcolor_b = 0
# menu text-color 1
textcolor1_r = 255
textcolor1_g = 255
textcolor1_b = 255
# menu text-color 2
textcolor2_r = 0
textcolor2_g = 128
textcolor2_b = 255
# menu text-selection-color
textselect_r = 128
textselect_g = 128
textselect_b = 128
# menu box-background-color
boxbg_r = 0 
boxbg_g = 0
boxbg_b = 0
# menu box-background-color2
boxbg2_r = 128
boxbg2_g = 128
boxbg2_b = 128 
# frames determine number of images used for each animation
# speed determines how fast the next frame is choosen in the animation
diamond_frames = 11
diamond_speed = 4
playeranim1_frames = 13
playeranim1_speed = 1 
playeranim2_frames = 4
playeranim2_speed = 7 
playerwalk_r_frames = 5
playerwalk_r_speed = 2
playerwalk_l_frames = 5
playerwalk_l_speed = 2
playerwalk_u_frames = 5
playerwalk_u_speed = 2
playerwalk_d_frames = 5
playerwalk_d_speed = 2
explosion_frames = 14
explosion_speed = 3
lava_frames = 4
lava_speed = 5
magicwall_frames = 3
magicwall_speed = 4
entrance_frames = 12 
entrance_speed = 3
entranceopen_frames = 14 
entranceopen_speed = 3
exit_frames = 12 
exit_speed = 3
fly_frames = 8
fly_speed = 3
butterfly_frames = 20 
butterfly_speed = 3
stonefly_frames = 20 
stonefly_speed = 3
