TO SQUASH: shark movement.

This commit is contained in:
2026-08-11 21:47:03 -04:00
parent d15c7002a8
commit e1c418499f
11 changed files with 327 additions and 80 deletions
+4
View File
@@ -143,6 +143,10 @@ public class NukeBall : BallBase
transform.position = currentPosition;
}
}
else
{
Physics2D.IgnoreCollision(collision.collider, GetComponent<Collider2D>(), true);
}
}
private void UpdateFallTargetFromCurrentPosition()