public void ResizeBG(Vector2 sz)
 {
     background.SetWidth(sz.x);
     background.SetHeight(sz.y);
     background.SetPosition(position);
 }