Compare commits

..

No commits in common. "93e4d2110813a84033d1b8ea63886e99cc776d96" and "3e9c03c1a5ae28d6ebc6362d0aafa5db4ee09d0b" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ public class PlayerManager : MonoBehaviour
if (Input.GetKeyDown(KeyCode.Escape))
{
DataManager.Level(SceneManager.GetActiveScene().buildIndex);
SceneManager.LoadScene(4);
SceneManager.LoadScene(6);
}
if (actualHealth <= 0 || gameObject.transform.position.y < -400.0f)
{