Des feux rouges!

Pour arrêter les voiture vroom vroom
This commit is contained in:
Thomas
2025-02-24 18:09:33 +01:00
parent 3ba18fbddf
commit 725584c477
14 changed files with 427 additions and 15 deletions

View File

@@ -550,9 +550,10 @@ radius = 31.0
height = 186.0
[sub_resource type="RectangleShape2D" id="RectangleShape2D_yiphh"]
size = Vector2(240, 15)
size = Vector2(200, 15)
[node name="Car" type="CharacterBody2D" node_paths=PackedStringArray("debugLabel")]
collision_mask = 3
motion_mode = 1
script = ExtResource("1_vkq5y")
debugLabel = NodePath("Label")
@@ -600,4 +601,4 @@ offset_bottom = -19.0
[node name="ShapeCast2D" type="ShapeCast2D" parent="ZIndexControler"]
position = Vector2(1, -13)
shape = SubResource("RectangleShape2D_yiphh")
target_position = Vector2(0, -46)
target_position = Vector2(1, -32)