Change parry threshold

This commit is contained in:
RochesterX
2025-03-05 13:31:40 -05:00
parent 6bf9825855
commit a8ad374e82
6 changed files with 588 additions and 22 deletions

View File

@@ -52,6 +52,10 @@ public class HubManager : MonoBehaviour
{
UnloadGameScene();
ChangeGameButtonsInteractability(true);
foreach (PlayerMovement player in FindObjectsByType<PlayerMovement>(FindObjectsSortMode.None))
{
Destroy(player.gameObject);
}
}
}