Made children randomly spawn

This commit is contained in:
Pasha Bibko
2026-01-13 10:42:09 +00:00
parent e700523706
commit 37e4ee8273
5 changed files with 52 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ namespace InterfaceOff
public void InstantiateWindowBase()
{
transform.position = CanvasManager.GetRandomPositionOnCanvas();
}
}
}