function background_add(argument0, argument1, argument2) //gml_Script_background_add
{
return sprite_add(argument0, 0, argument1, argument2, 0, 0);
}