public void EndApp()
    {
        save.DeleteTransPrefs();

        Application.Quit();

        Debug.Log("i ended");
    }