diff --git a/scenes/test_level.tscn b/scenes/test_level.tscn index b2005ad..cc52310 100644 --- a/scenes/test_level.tscn +++ b/scenes/test_level.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=11 format=2] +[ext_resource path="res://vehicles/buggy.tscn" type="PackedScene" id=1] [ext_resource path="res://player/camera.gd" type="Script" id=2] [ext_resource path="res://icon.png" type="Texture" id=3] -[ext_resource path="res://vehicles/beetlecar.tscn" type="PackedScene" id=4] [sub_resource type="PlaneMesh" id=1] @@ -53,7 +53,7 @@ shape = SubResource( 3 ) transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 5.88022, 23.0639 ) far = 457.7 script = ExtResource( 2 ) -follow_target_path = NodePath("../beetlecar") +follow_target_path = NodePath("../buggy") target_distance = 12.0 target_height = 6.0 @@ -94,5 +94,5 @@ path_continuous_u = true path_u_distance = 1.0 path_joined = true -[node name="beetlecar" parent="." instance=ExtResource( 4 )] -transform = Transform( 1.00456, 0, 0, 0, 1.00456, 0, 0, 0, 1.00456, -5.11782, -2.38419e-07, -0.860649 ) +[node name="buggy" parent="." instance=ExtResource( 1 )] +transform = Transform( 1.00456, 0, 0, 0, 1.00456, 0, 0, 0, 1.00456, 1.37925, -2.38419e-07, -5.16015 )