support for the interior tileSet. trees don't work. mounted all 3 of the tileSet mixen; this means there are name-clashes in some cases.

This commit is contained in:
Bob
2010-01-29 14:19:44 +13:00
parent 5bd6c32aff
commit 95b98a78bb
8 changed files with 838 additions and 13 deletions

View File

@@ -76,8 +76,6 @@ namespace SequenceEditor
}
catch( FileNotFoundException ){}
FileSystem.MountTemporary(new Package("temperat.mix"));
XmlFilename = args.FirstOrDefault( x => x.EndsWith(".xml") ) ?? "sequences.xml";
Doc = new XmlDocument();
Doc.Load(XmlFilename);