DtsodV23 replaced with V22

This commit is contained in:
2021-10-05 19:13:44 +03:00
parent 2defc3ae5e
commit f57d55b9ab
3 changed files with 98 additions and 562 deletions

View File

@@ -22,7 +22,7 @@ namespace DTLib.ConsoleGUI
void ParseLayoutFile(string layout_file)
{
DtsodV23 layout = new(File.ReadAllText(layout_file));
DtsodV22 layout = new(File.ReadAllText(layout_file));
AnchorPoint=(layout[Name]["anchor"][0], layout[Name]["anchor"][1]);
Width=layout[Name]["width"];
Height=layout[Name]["height"];