# Countries (levels) to use in game Rainbowmings
# Format:
#  Use # as first character in line for commentaries
#  Each Country has name, Level Gfx .png file, a Mask.png file,
#     a Start point coordinates, End point coordinates,
#     Maximum time to finish level,
#     how many Rainbowming must arrive to goal (in percert value),
#     percent of country to paint to complete level,
#     how many Rainbowming will march in this country,
#     and spawn time in miliseconds between Rainbowmings to appear on stage with comma separated values
#  Level Gfx .png file can be any size, but it must be 
#     a 32bpp colors image in order be painted by a pride flag.
#     a 24bpp or less PNG file doesn't work.
#     Example: If you use Photoshop, save PNG as a Layer, never as a Background layer type
#              This add 1 byte more to each color as alpha opaque
#  Mask.png file must be a Black and White in 32bpp colors image
#     to define witch footprint the crowd paint the level
#
# Country definition format (all coma separated values)
# Name,levelGfx file name,maskGfx file name,Start X coordinate, Start Y coordinate, Goal X coordinate, Goal Y coordinate, Time, % alive, % goalpaint, Rainbowmings, spawn time
Cameroon,cameroon.png,circle50mask.png,34,38,345,128,3,90,50,50,1250
Egypt,egypt.png,circle50mask.png,210,50,22,184,4,98,30,70,250
Iran,iranazadi.png,circle50mask.png,240,32,240,328,5,50,50,50,1250
Maldives,maldives.png,circle50mask.png,480,147,532,60,5,50,40,50,1250
Papua N.G.,papua.png,circle50mask.png,32,128,196,167,3,98,50,20,1500
Russia,russia.png,circle50mask.png,166,25,165,338,8,70,60,100,500
Saudi Arabia,saudi.png,circle50mask.png,720,160,843,158,7,80,40,50,1250
Somalia,somalia.png,circle50mask.png,335,35,333,160,3,80,90,50,1250
Tunisia,tunisia.png,circle50mask.png,570,30,76,152,6,50,50,50,1250
U.A.Emirates,uae.png,circle50mask.png,180,20,132,381,5,50,75,50,1250
#