public void start_lvl_6()
    {
        if (lvl_now < 6 && !ThisDemoVersion)
        {
            //text_center.text_next = "LVL V";
            lvl_now = 6;
            //volume_music_need = 0;
            music_need = 6;

            //player.ScoreALL = player.ScoreALL * 1.1f;
            player.ScorePlusCheat(player.ScoreALL * 0.1f);
            //player.SetFullCharge();

            //OverTime = false;
            //GameOver = true;

            achievement.lvl_5_complite();
        }
    }