shroud: it works. perf is pretty ugly, and there are a lot of small bugs.
This commit is contained in:
@@ -83,7 +83,8 @@ namespace SequenceEditor
|
||||
Doc = new XmlDocument();
|
||||
Doc.Load(XmlFilename);
|
||||
|
||||
Pal = new Palette(FileSystem.Open("temperat.pal"));
|
||||
var tempPal = new Palette(FileSystem.Open("temperat.pal"));
|
||||
Pal = new Palette(tempPal, new ShroudPaletteRemap());
|
||||
|
||||
UnitName = args.FirstOrDefault( x => !x.EndsWith(".xml") );
|
||||
if (UnitName == null)
|
||||
|
||||
Reference in New Issue
Block a user