function background_get_texture(argument0) //gml_Script_background_get_texture
{
return sprite_get_texture(argument0, 0);
}