small fixes
This commit is contained in:
@@ -2,7 +2,7 @@ using UnityEngine;
|
||||
|
||||
public class CameraPlayerFollow : MonoBehaviour
|
||||
{
|
||||
private Vector3 _cameraOffset = new(0, 15, 0);
|
||||
private Vector3 _cameraOffset = new(0, 40, 0);
|
||||
|
||||
void LateUpdate()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user