better camera positioning
This commit is contained in:
@@ -10,7 +10,7 @@ public class Player : MonoBehaviour
|
||||
public GameObject camera;
|
||||
protected Vector3 velocity = Vector3.zero;
|
||||
|
||||
protected Vector3 cameraOffset = new Vector3(-5.81f, 8.13f, 7.6f);
|
||||
protected Vector3 cameraOffset = new Vector3(-2.81f, 8.13f, 5.6f);
|
||||
|
||||
//Aktiviert den Player
|
||||
public void Activate()
|
||||
|
||||
Reference in New Issue
Block a user