remove notifier from energy

This commit is contained in:
Chris Cromer 2022-11-21 02:20:42 -03:00
parent 63e4527fce
commit b6a8e5f161
1 changed files with 0 additions and 6 deletions

View File

@ -35,10 +35,4 @@ centered = false
position = Vector2( 7.5, 7.25 )
shape = SubResource( 4 )
[node name="VisibilityNotifier2D" type="VisibilityNotifier2D" parent="."]
position = Vector2( 14, 11 )
rect = Rect2( -10, -10, 7, 13 )
[connection signal="body_entered" from="." to="." method="OnEnergyBodyEntered"]
[connection signal="screen_entered" from="VisibilityNotifier2D" to="." method="OnVisibilityNotifier2DScreenEntered"]
[connection signal="screen_exited" from="VisibilityNotifier2D" to="." method="OnVisibilityNotifier2DScreenExited"]