fixed ui, localization and save/load

This commit is contained in:
TAASONI3
2023-12-13 13:40:32 +01:00
parent 884a17f330
commit 5583440b7e
11 changed files with 179 additions and 336 deletions

View File

@@ -276,7 +276,7 @@ namespace Assets.Scripts
{
result = result + "\"" + slotname + "\": \"empty\"";
}
if (i != 7)
if (i != 6)
{
result = result + ",\r\n";
}