From 420b84da5f73084b51c78e9bdae9881cad67ef21 Mon Sep 17 00:00:00 2001 From: perivesta <> Date: Sun, 9 Jul 2023 14:49:46 +0200 Subject: new car physics --- Nodes/car.tscn | 1 + 1 file changed, 1 insertion(+) (limited to 'Nodes/car.tscn') diff --git a/Nodes/car.tscn b/Nodes/car.tscn index dbfb4e1..98b68ac 100644 --- a/Nodes/car.tscn +++ b/Nodes/car.tscn @@ -15,3 +15,4 @@ texture = SubResource("CanvasTexture_aacgf") [node name="CollisionShape2D" type="CollisionShape2D" parent="."] shape = SubResource("RectangleShape2D_wvlyu") +debug_color = Color(0.916191, 7.77793e-05, 0.710129, 0.42) -- cgit