un peu de ménage

This commit is contained in:
Thomas
2025-03-29 19:59:22 +01:00
parent 01fb28cbdf
commit 2370915f90
2 changed files with 8 additions and 6 deletions

View File

@@ -77,10 +77,11 @@ position = Vector2(0, 43)
rotation = 1.5708
shape = SubResource("CapsuleShape2D_a4vmx")
[node name="controleur" type="Node2D" parent="." node_paths=PackedStringArray("human", "ray")]
[node name="controleur" type="Node2D" parent="." node_paths=PackedStringArray("human", "ray", "pathFinder")]
script = ExtResource("1_oapm5")
human = NodePath("..")
ray = NodePath("../ShapeCast2D")
pathFinder = NodePath("../PathFinder")
[node name="ShapeCast2D" type="ShapeCast2D" parent="."]
shape = SubResource("RectangleShape2D_11ib5")