This commit is contained in:
2023-06-16 19:10:51 +03:00
parent cf6dbed1f5
commit 69f9b0bd4b
8 changed files with 1125 additions and 119 deletions

View File

@@ -59,6 +59,7 @@ namespace Level
public void ToggleUI()
{
buttonsContainer.SetActive(!buttonsContainer.activeSelf);
currentOption = PlacementOption.None;
}