From 89faf26b2c28a36de32411f3bd184b6cfd287eb8 Mon Sep 17 00:00:00 2001 From: Haze Weathers Date: Tue, 23 May 2023 12:44:56 -0400 Subject: [PATCH] fix some errorspew from falling blocks --- objects/environment/falling_block/falling_block_cave.tscn | 7 ------- 1 file changed, 7 deletions(-) diff --git a/objects/environment/falling_block/falling_block_cave.tscn b/objects/environment/falling_block/falling_block_cave.tscn index 715ce75..0d2cf29 100644 --- a/objects/environment/falling_block/falling_block_cave.tscn +++ b/objects/environment/falling_block/falling_block_cave.tscn @@ -58,11 +58,6 @@ hframes = 2 position = Vector2( 4, 2.5 ) shape = SubResource( 1 ) -[node name="VisibilityNotifier2D" type="VisibilityNotifier2D" parent="."] -visible = false -position = Vector2( 4, 4 ) -scale = Vector2( 0.4, 0.4 ) - [node name="Area2D" type="Area2D" parent="."] collision_mask = 2 @@ -92,8 +87,6 @@ autoplay = "idle" anims/disappear = SubResource( 4 ) anims/idle = SubResource( 5 ) -[connection signal="screen_exited" from="VisibilityNotifier2D" to="." method="_on_VisibilityNotifier2D_screen_exited"] [connection signal="area_entered" from="Area2D" to="." method="_on_Area2D_area_entered"] -[connection signal="area_exited" from="Area2D" to="." method="_on_Area2D_area_exited"] [connection signal="timeout" from="FallTimer" to="." method="_on_FallTimer_timeout"] [connection signal="timeout" from="RefreshTimer" to="." method="_on_RefreshTimer_timeout"]