Beispiel #1
0
        public static void InitMapEditor()
        {
            var app = new MapEditorApp();

            InitState = new EditMapState();
            app.Run();
        }
Beispiel #2
0
        static void Main(string[] args)
        {
            //Console.WriteLine("Editing Project:" + args[0]);

            string path = "C:\\Projects\\VividEcoSystem\\Games\\ScopeNine\\bin\\x64\\Debug\\Corona\\";

            GameGlobal.ContentPath = path; // args[0];
            GameGlobal.ProjectPath = path; // args[0];
            MapEditorApp.InitMapEditor();
        }
Beispiel #3
0
 static void Main(string[] args)
 {
     MapEditorApp.InitMapEditor();
 }