This commit is contained in:
RochesterX
2025-04-18 20:11:19 -04:00
parent a7e181a900
commit ce741c87d5
450 changed files with 59358 additions and 963 deletions

View File

@@ -78,6 +78,7 @@ namespace Game
// Wait for the fall delay before making the platform fall
yield return new WaitForSeconds(fallDelay);
rb.bodyType = RigidbodyType2D.Dynamic;
rb.angularVelocity = Random.Range(-30, 30);
// Wait for the reset delay before resetting the platform
yield return new WaitForSeconds(resetDelay);