diff --git a/objects/environment/bubble/bubble.gd b/objects/environment/bubble/bubble.gd index 7263c73..cc7547e 100644 --- a/objects/environment/bubble/bubble.gd +++ b/objects/environment/bubble/bubble.gd @@ -18,6 +18,7 @@ func _physics_process(delta): func pop(): sprite.frame_coords.y = 1 + $CollisionShape2D.queue_free() speed = 0.0 get_tree().create_timer(0.5, false).connect("timeout", self, "queue_free")