diff --git a/Assets/Scripts/BackgroundController.cs b/Assets/Scripts/BackgroundController.cs index ecf1716..a4ae1c9 100644 --- a/Assets/Scripts/BackgroundController.cs +++ b/Assets/Scripts/BackgroundController.cs @@ -11,5 +11,5 @@ void Start () transform.localScale = new Vector2(width / GetComponent().bounds.size.x, 1); transform.position = Camera.main.ViewportToWorldPoint(new Vector3(.5f, .5f, 10)); } - + }