Ejemplo n.º 1
0
        public void LoadProject(FilePath filePath)
        {
            GlueViewState.Self.GlueProject = FileManager.XmlDeserialize <GlueProjectSave>(filePath.FullPath);


            var directory = filePath.GetDirectoryContainingThis();

            var loadedGameAssembly = ScriptLoadingLogic.LoadProjectCode(directory.FullPath);

            CurrentScreenManager.HandleLoadedAssembly(loadedGameAssembly, directory);
        }
Ejemplo n.º 2
0
 void CustomInitialize()
 {
     scriptLoadingLogic = new ScriptLoadingLogic();
 }