diff --git a/Assets/Scenes/Main.unity b/Assets/Scenes/Main.unity index eaddd50..24fecd6 100644 Binary files a/Assets/Scenes/Main.unity and b/Assets/Scenes/Main.unity differ diff --git a/Assets/Scripts/GameController.cs b/Assets/Scripts/GameController.cs index 5fc4123..3e8fe45 100644 --- a/Assets/Scripts/GameController.cs +++ b/Assets/Scripts/GameController.cs @@ -22,6 +22,7 @@ namespace Assets.Scripts { size = BG.GetComponent().sprite.bounds.size; tra = BG.GetComponent(); + Screen.orientation = ScreenOrientation.LandscapeLeft; } void Update()