added test pane, NPC animation, hot dogs

This commit is contained in:
2022-11-18 17:55:54 +02:00
parent 5947e907c0
commit 2167b43c29
14 changed files with 5686 additions and 395 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ public class CameraPlayerFollow : MonoBehaviour
{
_obstruction = null;
_cameraOffset = transform.position - _player.position;
transform.LookAt(_player);
// .LookAt(_player);
}
void LateUpdate()