We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec82f5 commit 69f9097Copy full SHA for 69f9097
Assets/_Project/Scripts/Effects/CameraManager.cs
@@ -11,7 +11,7 @@ public class CameraManager : MonoBehaviour {
11
12
// Zoom distances
13
public float zoomOutLevel = 25f;
14
- public float zoomInLevel = 10f;
+ public float zoomInLevel = 13f;
15
16
// Speed for movement
17
public float speed = 15f;
0 commit comments