modules linked and movement broken
This commit is contained in:
@@ -16,7 +16,7 @@ public class CameraMovement : MonoBehaviour
|
||||
|
||||
public void moveCameraBack() {
|
||||
Debug.Log("Moved back");
|
||||
mainCamera.transform.position = new Vector3((float)-2.15, 0, -10);
|
||||
mainCamera.orthographicSize = 10.3f;
|
||||
mainCamera.transform.position = new Vector3((float)-4, 0, -10);
|
||||
mainCamera.orthographicSize = 11f;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user