diff options
author | perivesta <> | 2023-07-08 10:18:16 +0200 |
---|---|---|
committer | perivesta <> | 2023-07-08 10:18:16 +0200 |
commit | f7fd3f9dacf87e4d6f95aa0fdbb0bdb309bdbc3a (patch) | |
tree | 811dc1c96117ad4f3e5be5ac2b227c003e563c51 /Nodes/driving_test.tscn | |
parent | 9ab7bc4c1e8bb266de9f100213e4036b1cd83c11 (diff) | |
download | 2023-f7fd3f9dacf87e4d6f95aa0fdbb0bdb309bdbc3a.tar.gz 2023-f7fd3f9dacf87e4d6f95aa0fdbb0bdb309bdbc3a.tar.bz2 2023-f7fd3f9dacf87e4d6f95aa0fdbb0bdb309bdbc3a.zip |
move/rename scene
Diffstat (limited to 'Nodes/driving_test.tscn')
-rw-r--r-- | Nodes/driving_test.tscn | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/Nodes/driving_test.tscn b/Nodes/driving_test.tscn new file mode 100644 index 0000000..86964c5 --- /dev/null +++ b/Nodes/driving_test.tscn @@ -0,0 +1,58 @@ +[gd_scene load_steps=5 format=3 uid="uid://b205qlgjrpeqi"] + +[ext_resource type="Script" path="res://Scripts/scene_control.gd" id="1_eopk0"] +[ext_resource type="PackedScene" uid="uid://cqglbcitm2wlb" path="res://Nodes/simple_wall.tscn" id="1_o5f4t"] +[ext_resource type="PackedScene" uid="uid://c1mvbh2fwqtkb" path="res://Nodes/car.tscn" id="2_22f5l"] + +[sub_resource type="Curve2D" id="Curve2D_rg63l"] +bake_interval = 10.0 +_data = { +"points": PackedVector2Array(0, 0, 0, 0, 500, 61, 0, 0, 0, 0, 421, 8, -17.0089, 38.4276, 17.0089, -38.4276, 606, 37, -18.8988, 13.2292, 18.8988, -13.2292, 634, -114, -31.498, -18.8988, 31.498, 18.8988, 718, -102, 8.18949, -25.8284, -8.18949, 25.8284, 720, 263, 26.4583, 13.2292, -26.4583, -13.2292, 639, 286, 0, 0, 0, 0, 400, 152, 0, 0, 0, 0, 646, 194, 46.6171, 22.6786, -46.6171, -22.6786, 537, 118, 0, 0, 0, 0, 369, 136, -3.1498, 47.247, 3.1498, -47.247, 312, 90, 0, 0, 0, 0, 358, 16, 0, 0, 0, 0, 378, 42) +} +point_count = 14 + +[node name="Node2D" type="Node2D"] +position = Vector2(0, 1) +script = ExtResource("1_eopk0") + +[node name="SimpleWall" parent="." instance=ExtResource("1_o5f4t")] +position = Vector2(520, 240) + +[node name="SimpleWall10" parent="." instance=ExtResource("1_o5f4t")] +position = Vector2(645, -4) + +[node name="SimpleWall8" parent="." instance=ExtResource("1_o5f4t")] +position = Vector2(427, 139) + +[node name="SimpleWall7" parent="." instance=ExtResource("1_o5f4t")] +position = Vector2(236, 321) + +[node name="SimpleWall6" parent="." instance=ExtResource("1_o5f4t")] +position = Vector2(494, 417) +rotation = 0.716721 + +[node name="SimpleWall4" parent="." instance=ExtResource("1_o5f4t")] +position = Vector2(618, 493) + +[node name="SimpleWall2" parent="." instance=ExtResource("1_o5f4t")] +position = Vector2(680, 235) +scale = Vector2(1.28, 16.6) + +[node name="SimpleWall3" parent="." instance=ExtResource("1_o5f4t")] +position = Vector2(762, 238) +scale = Vector2(1.28, 27.28) + +[node name="SimpleWall9" parent="." instance=ExtResource("1_o5f4t")] +position = Vector2(581, -122) +scale = Vector2(1.28, 27.28) + +[node name="SimpleWall5" parent="." instance=ExtResource("1_o5f4t")] +position = Vector2(273, 258) +scale = Vector2(1.28, 27.28) + +[node name="Path2D" type="Path2D" parent="."] +position = Vector2(0, 147) +curve = SubResource("Curve2D_rg63l") + +[node name="Car" parent="." instance=ExtResource("2_22f5l")] +position = Vector2(390, 202) |