From d34c96aa69d2aee1aaa3bb12366b36ff22d674c0 Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Thu, 20 Oct 2022 13:54:06 -0400 Subject: network work work work --- godot/scenes/environment/Water.tscn | 1 + 1 file changed, 1 insertion(+) (limited to 'godot/scenes/environment/Water.tscn') diff --git a/godot/scenes/environment/Water.tscn b/godot/scenes/environment/Water.tscn index 8b7718b..c73e3c3 100644 --- a/godot/scenes/environment/Water.tscn +++ b/godot/scenes/environment/Water.tscn @@ -111,3 +111,4 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0 ) shape = SubResource( 4 ) [connection signal="body_entered" from="WaterArea" to="." method="_on_WaterArea_body_entered"] +[connection signal="body_exited" from="WaterArea" to="." method="_on_WaterArea_body_exited"] -- cgit v1.2.3