[gd_scene load_steps=3 format=3 uid="uid://cdpxctwwi12j"] [ext_resource type="Script" path="res://scripts/ladder.gd" id="1_ugi45"] [sub_resource type="BoxShape3D" id="BoxShape3D_gxu3i"] size = Vector3(1, 8.23889, 1.6582) [node name="LadderCollisionCheck" type="Area3D"] script = ExtResource("1_ugi45") [node name="CollisionShape3D" type="CollisionShape3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.67353, 0.329102) shape = SubResource("BoxShape3D_gxu3i") [connection signal="body_entered" from="." to="." method="_on_body_entered"] [connection signal="body_exited" from="." to="." method="_on_body_exited"]