Пример #1
0
        public static void NewTutorial()
        {
            if (Program.map.Girl != null)
            {
                Graphics.RemoveCameraFocus();
            }
            Program.map = new TutorialMap();

            Program.map.Reset();
            Events.AddTutorialEvents();
            Graphics.SetCameraFocus(Program.map.Girl);
        }