From 99f46651f9a5427df2f2dcba9b05d5d9d0db3569 Mon Sep 17 00:00:00 2001 From: Haze Weathers Date: Thu, 29 Jun 2023 23:04:02 -0400 Subject: [PATCH] fix errorspew from bubbles --- objects/environment/bubble/bubble.tscn | 1 - 1 file changed, 1 deletion(-) diff --git a/objects/environment/bubble/bubble.tscn b/objects/environment/bubble/bubble.tscn index 015d32b..c8a185c 100644 --- a/objects/environment/bubble/bubble.tscn +++ b/objects/environment/bubble/bubble.tscn @@ -25,5 +25,4 @@ __meta__ = { "_editor_description_": "timer until the bubble can be broken by objects other than the player" } -[connection signal="area_entered" from="." to="." method="_on_area_entered"] [connection signal="body_entered" from="." to="." method="_on_Bubble_body_entered"]