Adjusted spawning rules

This commit is contained in:
Pasha Bibko
2026-01-15 13:40:46 +00:00
parent c87947075d
commit e77f491d47
3 changed files with 8 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ namespace InterfaceOff
);
}
Components.RectTransform.anchoredPosition = position; // Updates position if it is supposed to] change
Components.RectTransform.anchoredPosition = position; // Updates position if it is supposed to change
}
public virtual void OnWindowInstantiation() { }