Compare commits
No commits in common. "93e4d2110813a84033d1b8ea63886e99cc776d96" and "3e9c03c1a5ae28d6ebc6362d0aafa5db4ee09d0b" have entirely different histories.
93e4d21108
...
3e9c03c1a5
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user