make cam zoom public, fix mouse rotation

This commit is contained in:
2026-02-25 18:51:37 -06:00
parent 40201a530a
commit 41d3e38870
2 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ public class CameraController : MonoBehaviour
{
private bool isTracking = false; // don't track when parented
private bool returningHome = false; // cam is on its way home
private float baseCamSize = 7; // this is how "zoomed" the ortho cam is
public float baseCamSize = 7; // this is how "zoomed" the ortho cam is
private float camMovementTime = 0.9f; // how much time to switch cam positions
private float moveSpeed;