# background color
bgcolor_r = 0
bgcolor_g = 64 
bgcolor_b = 192
# menu text-color 1
textcolor1_r = 220 
textcolor1_g = 170 
textcolor1_b = 32
# menu text-color 2
textcolor2_r = 0 
textcolor2_g = 0 
textcolor2_b = 255
# menu text-selection-color
textselect_r = 0
textselect_g = 128 
textselect_b = 255
# menu box-background-color
boxbg_r = 192 
boxbg_g = 172 
boxbg_b = 79 
# 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 = 12
playeranim1_speed = 4
playeranim2_frames = 7
playeranim2_speed = 5
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 = 13 
entrance_speed = 3
entranceopen_frames = 14
entranceopen_speed = 3
exit_frames = 13
exit_speed = 3
fly_frames = 8
fly_speed = 3
butterfly_frames = 20
butterfly_speed = 3
stonefly_frames = 20
stonefly_speed = 3
