Skip to content

Commit 69f9097

Browse files
committed
Decrease zoomInLevel
1 parent 5ec82f5 commit 69f9097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/_Project/Scripts/Effects/CameraManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class CameraManager : MonoBehaviour {
1111

1212
// Zoom distances
1313
public float zoomOutLevel = 25f;
14-
public float zoomInLevel = 10f;
14+
public float zoomInLevel = 13f;
1515

1616
// Speed for movement
1717
public float speed = 15f;

0 commit comments

Comments
 (0)