Fixed player spawning into obstacle course bug

This commit is contained in:
Gregory Campbell
2020-02-11 19:11:29 -05:00
parent 3fbfe098f4
commit 37f0ed8eae
+1
View File
@@ -38,6 +38,7 @@ public class FloorLevel : MonoBehaviour
script.lives = 3;
script.finished = false;
respawn();
player.transform.Rotate(0.0f, 220.0f, 0.0f, Space.Self);
script.pivot.transform.Rotate(0.0f, 0.0f, 0.0f, Space.Self);
levelBuild();