Esempio n. 1
0
    public void GoToGame()
    {
        gamePlayPanel.ShowSmoothly();
        GameManager.Instance.ResetGameForNewSession();

        gameTitlePanel.HideSmoothly();
        scorePanel.HideSmoothly();
        loadingPanel.HideSmoothly();
    }