Camera now follows player as a child of player

This commit is contained in:
2024-10-19 14:20:39 -07:00
parent 538827f023
commit 3094a3eca6
4 changed files with 143 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ using UnityEngine;
public class Teo : MonoBehaviour
{
public float moveSpeed;
public float moveSpeed = 10F;
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{