<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
al_draw_text(font,al_map_rgb(255,255,255),SCREEN_W/2,SCREEN_H/2+10,ALLEGRO_ALIGN_CENTER,"Mr. Manager wants to run a teambuilding exercise for his employees.");
al_draw_text(font,al_map_rgb(255,255,255),SCREEN_W/2,SCREEN_H/2+20,ALLEGRO_ALIGN_CENTER,"Help Mr.Manager place his 5 catchers at the end of his");
al_draw_text(font,al_map_rgb(255,255,255),SCREEN_W/2,SCREEN_H/2+30,ALLEGRO_ALIGN_CENTER,"conveyor belts to make sure no other employees fall off.");
al_draw_text(font,al_map_rgb(255,255,255),SCREEN_W/2,SCREEN_H/2+40,ALLEGRO_ALIGN_CENTER,"Try to catch enough to help the team bond!");
//Keys and their associated functions
al_draw_text(font,al_map_rgb(255,255,255),SCREEN_W/2,SCREEN_H/2+10,ALLEGRO_ALIGN_CENTER,"Mr. Manager wants to run a teambuilding exercise for his employees.");
al_draw_text(font,al_map_rgb(255,255,255),SCREEN_W/2,SCREEN_H/2+20,ALLEGRO_ALIGN_CENTER,"Help Mr.Manager place his 5 catchers at the end of his");
al_draw_text(font,al_map_rgb(255,255,255),SCREEN_W/2,SCREEN_H/2+30,ALLEGRO_ALIGN_CENTER,"conveyor belts to make sure no other employees fall off.");
al_draw_text(font,al_map_rgb(255,255,255),SCREEN_W/2,SCREEN_H/2+40,ALLEGRO_ALIGN_CENTER,"Try to catch enough to help the team bond!");