[gd_scene load_steps=3 format=3 uid="uid://ct5752hjtr6hk"] [ext_resource type="Script" path="res://World/OutOfBounds.gd" id="1_ypfyj"] [sub_resource type="WorldBoundaryShape3D" id="WorldBoundaryShape3D_lxlt4"] [node name="outofbounds" type="Node3D"] [node name="ResetBounds" type="Area3D" parent="."] collision_layer = 32 collision_mask = 2 script = ExtResource("1_ypfyj") [node name="WorldFloor" type="CollisionShape3D" parent="ResetBounds"] shape = SubResource("WorldBoundaryShape3D_lxlt4") [node name="Blanket" type="MeshInstance3D" parent="ResetBounds"] layers = 33 [connection signal="body_entered" from="ResetBounds" to="ResetBounds" method="_on_reset_bounds_body_entered"]