added test pane, NPC animation, hot dogs
This commit is contained in:
@@ -17,7 +17,7 @@ public class CameraPlayerFollow : MonoBehaviour
|
||||
{
|
||||
_obstruction = null;
|
||||
_cameraOffset = transform.position - _player.position;
|
||||
transform.LookAt(_player);
|
||||
// .LookAt(_player);
|
||||
}
|
||||
|
||||
void LateUpdate()
|
||||
|
||||
Reference in New Issue
Block a user