From bcccb662566481ea5956e40086e894aa8543f665 Mon Sep 17 00:00:00 2001
From: IcECreAm777 <hgk.1998@googlemail.com>
Date: Sun, 9 Jul 2023 15:12:49 +0200
Subject: tutorial levels finished

---
 Nodes/car.tscn                 | 1 -
 Nodes/drawing_and_driving.tscn | 1 -
 2 files changed, 2 deletions(-)

(limited to 'Nodes')

diff --git a/Nodes/car.tscn b/Nodes/car.tscn
index 98b68ac..dbfb4e1 100644
--- a/Nodes/car.tscn
+++ b/Nodes/car.tscn
@@ -15,4 +15,3 @@ 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)
diff --git a/Nodes/drawing_and_driving.tscn b/Nodes/drawing_and_driving.tscn
index ab51464..3dd9012 100644
--- a/Nodes/drawing_and_driving.tscn
+++ b/Nodes/drawing_and_driving.tscn
@@ -18,7 +18,6 @@ script = ExtResource("1_6bj13")
 
 [node name="Car" parent="." instance=ExtResource("1_ktvsb")]
 max_speed = 500
-acceleration = 0.05
 
 [node name="DrawNode" type="Node2D" parent="."]
 script = ExtResource("3_el555")
-- 
cgit