// this function will start all the enemy spawners

    public void respawnPlayer()
    {
        PlayerSpawner.startSpawning();
    }