some little changes

This commit is contained in:
2021-09-13 17:04:23 +03:00
parent ef6a55b385
commit d2631fef96
5 changed files with 17 additions and 8 deletions

View File

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