コード例 #1
0
    void StartPiiTest()
    {
        if (!PiiNow && Input.GetMouseButtonDown(0) && !menu.active && !gameplayParametrs.GameOver)
        {
            //Если это не демо версия
            //if (gameplayParametrs != null && !gameplayParametrs.ThisDemoVersion) {
            PiiNow = true;
            gameplayParametrs.start_lvl_1();
            //}

            //if (lvl_Text != null) {
            //    lvl_Text.text_next = "LVL I";
            //}
        }
    }