small fixes

This commit is contained in:
Vova
2024-01-02 16:24:40 +02:00
parent c372bec841
commit 40bf581501
4 changed files with 28 additions and 173 deletions
@@ -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()
{