made trumpet burst bigger, removed tambourine knockback

This commit is contained in:
Sam
2023-05-05 16:35:45 -07:00
parent d4a9850368
commit 54efc7d934
2 changed files with 2 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ public class TambourineBehavior : MonoBehaviour {
}
} else if (returnToPlayer) {
Destroy(rb);
Destroy(this.gameObject.GetComponent<CircleCollider2D>());
animator.SetBool("pinned", false);
pinned = false;