Update hat movement

This commit is contained in:
RochesterX
2025-03-29 15:18:27 -04:00
parent 9cbb29b99f
commit 2343ef2091
11 changed files with 835 additions and 336 deletions

View File

@@ -80,6 +80,7 @@ public class HubManager : MonoBehaviour
private void ChangeGameButtonsInteractability(bool interactable)
{
gameButtonsParent.transform.parent.gameObject.SetActive(interactable);
foreach (Transform button in gameButtonsParent.transform)
{
button.GetComponent<Button>().interactable = interactable;