diff --git a/.gitignore b/.gitignore index 50335d9..c3120d4 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ export_credentials.cfg .mono/ data_*/ mono_crash.*.json + +*.tmp diff --git a/scenes/mai27E3.tmp b/scenes/mai27E3.tmp deleted file mode 100644 index 5df4b9a..0000000 --- a/scenes/mai27E3.tmp +++ /dev/null @@ -1,140 +0,0 @@ -[gd_scene load_steps=15 format=3 uid="uid://clq7nox1juh3a"] - -[ext_resource type="Environment" uid="uid://c3bs0wfxpri8g" path="res://scenes/main-environment.tres" id="1_dkre0"] -[ext_resource type="Script" path="res://scripts/vehicle-sphere.gd" id="2_6703s"] -[ext_resource type="PackedScene" uid="uid://cvhdvnw8p2xjq" path="res://models/vehicle-truck.glb" id="4_omatd"] -[ext_resource type="Texture2D" uid="uid://c026qrhqxgw3n" path="res://sprites/smoke-smooth.png" id="4_q7gwi"] -[ext_resource type="Script" path="res://scripts/view.gd" id="5_uguiw"] -[ext_resource type="PackedScene" uid="uid://b57ecu4h25nub" path="res://objects/curve_long.tscn" id="6_goltq"] -[ext_resource type="PackedScene" uid="uid://bayry5sc31l2x" path="res://objects/ramp.tscn" id="7_8tco3"] - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_tfk12"] -transparency = 1 -depth_draw_mode = 2 -shading_mode = 0 -vertex_color_use_as_albedo = true -albedo_texture = ExtResource("4_q7gwi") -disable_receive_shadows = true -billboard_mode = 3 -billboard_keep_scale = true -particles_anim_h_frames = 1 -particles_anim_v_frames = 1 -particles_anim_loop = false -grow_amount = 0.5 -proximity_fade_enabled = true -proximity_fade_distance = 0.25 - -[sub_resource type="QuadMesh" id="QuadMesh_68fxn"] - -[sub_resource type="Curve" id="Curve_bncg7"] -_data = [Vector2(0, 0.5), 0.0, 0.0, 0, 0, Vector2(0.5, 1), 0.0, 0.0, 0, 0, Vector2(1, 0.2), 0.5, 0.0, 0, 0] -point_count = 3 - -[sub_resource type="Gradient" id="Gradient_h1o6h"] -offsets = PackedFloat32Array(0, 0.5, 1) -colors = PackedColorArray(1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0) - -[sub_resource type="SphereShape3D" id="SphereShape3D_4hrsj"] -margin = 0.1 -radius = 0.2 - -[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_eyo0u"] -friction = 4.0 -rough = true -bounce = 0.25 - -[sub_resource type="SphereShape3D" id="SphereShape3D_hhncp"] - -[node name="Main" type="Node3D"] - -[node name="Environment" type="WorldEnvironment" parent="."] -environment = ExtResource("1_dkre0") - -[node name="Vehicle" type="Node3D" parent="."] -script = ExtResource("2_6703s") - -[node name="Container" type="Node3D" parent="Vehicle"] - -[node name="Model" parent="Vehicle/Container" instance=ExtResource("4_omatd")] - -[node name="TrailLeft" type="CPUParticles3D" parent="Vehicle/Container"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.25, 0, -0.35) -material_override = SubResource("StandardMaterial3D_tfk12") -cast_shadow = 0 -amount = 32 -lifetime = 0.5 -mesh = SubResource("QuadMesh_68fxn") -gravity = Vector3(0, 0, 0) -damping_min = 1.0 -damping_max = 1.0 -scale_amount_min = 0.25 -scale_amount_max = 0.75 -scale_amount_curve = SubResource("Curve_bncg7") -color_ramp = SubResource("Gradient_h1o6h") - -[node name="TrailRight" type="CPUParticles3D" parent="Vehicle/Container"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.25, 0, -0.35) -material_override = SubResource("StandardMaterial3D_tfk12") -cast_shadow = 0 -amount = 32 -lifetime = 0.5 -mesh = SubResource("QuadMesh_68fxn") -gravity = Vector3(0, 0, 0) -damping_min = 1.0 -damping_max = 1.0 -scale_amount_min = 0.25 -scale_amount_max = 0.75 -scale_amount_curve = SubResource("Curve_bncg7") -color_ramp = SubResource("Gradient_h1o6h") - -[node name="Ground" type="ShapeCast3D" parent="Vehicle/Container"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) -shape = SubResource("SphereShape3D_4hrsj") -target_position = Vector3(0, -0.5, 0) -debug_shape_custom_color = Color(1, 0.113725, 0.831373, 1) - -[node name="Sphere" type="RigidBody3D" parent="Vehicle"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) -mass = 1000.0 -physics_material_override = SubResource("PhysicsMaterial_eyo0u") -continuous_cd = true -linear_damp = 0.1 -angular_damp_mode = 1 -angular_damp = 4.0 - -[node name="CollisionShape" type="CollisionShape3D" parent="Vehicle/Sphere"] -shape = SubResource("SphereShape3D_hhncp") - -[node name="Plane" type="CSGBox3D" parent="."] -use_collision = true -size = Vector3(60, 0, 60) - -[node name="View" type="Node3D" parent="." node_paths=PackedStringArray("target")] -transform = Transform3D(0.707107, -0.298836, 0.640856, 0, 0.906308, 0.422618, -0.707107, -0.298836, 0.640856, 0, 0, 0) -script = ExtResource("5_uguiw") -target = NodePath("../Vehicle/Container") -rotate = true - -[node name="Camera" type="Camera3D" parent="View"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 12) -current = true -fov = 40.0 - -[node name="Sun" type="DirectionalLight3D" parent="."] -transform = Transform3D(-0.422618, -0.694272, 0.582563, 0, 0.642788, 0.766044, -0.906308, 0.323744, -0.271654, 0, 0, 0) -shadow_enabled = true -shadow_opacity = 0.75 - -[node name="CSGBox3D" type="CSGBox3D" parent="."] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 1, 0) -use_collision = true -size = Vector3(1, 2, 8) - -[node name="curve-long" parent="." instance=ExtResource("6_goltq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, -6) - -[node name="curve-long2" parent="." instance=ExtResource("6_goltq")] -transform = Transform3D(0.258819, 0, 0.965926, 0, 1, 0, -0.965926, 0, 0.258819, -10.2974, 9.53674e-07, -13.9674) - -[node name="ramp" parent="." instance=ExtResource("7_8tco3")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -7, 0, 8) diff --git a/scenes/mai29BD.tmp b/scenes/mai29BD.tmp deleted file mode 100644 index d5598e8..0000000 --- a/scenes/mai29BD.tmp +++ /dev/null @@ -1,130 +0,0 @@ -[gd_scene load_steps=14 format=3 uid="uid://clq7nox1juh3a"] - -[ext_resource type="Environment" uid="uid://c3bs0wfxpri8g" path="res://scenes/main-environment.tres" id="1_dkre0"] -[ext_resource type="Script" path="res://scripts/vehicle-sphere.gd" id="2_6703s"] -[ext_resource type="PackedScene" uid="uid://cvhdvnw8p2xjq" path="res://models/vehicle-truck.glb" id="4_omatd"] -[ext_resource type="Texture2D" uid="uid://c026qrhqxgw3n" path="res://sprites/smoke-smooth.png" id="4_q7gwi"] -[ext_resource type="Script" path="res://scripts/view.gd" id="5_uguiw"] -[ext_resource type="PackedScene" uid="uid://b57ecu4h25nub" path="res://objects/curve_long.tscn" id="6_goltq"] -[ext_resource type="PackedScene" uid="uid://bayry5sc31l2x" path="res://objects/ramp.tscn" id="7_8tco3"] - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_tfk12"] -transparency = 1 -depth_draw_mode = 2 -shading_mode = 0 -vertex_color_use_as_albedo = true -albedo_texture = ExtResource("4_q7gwi") -disable_receive_shadows = true -billboard_mode = 3 -billboard_keep_scale = true -particles_anim_h_frames = 1 -particles_anim_v_frames = 1 -particles_anim_loop = false -grow_amount = 0.5 -proximity_fade_enabled = true -proximity_fade_distance = 0.25 - -[sub_resource type="QuadMesh" id="QuadMesh_68fxn"] - -[sub_resource type="Curve" id="Curve_bncg7"] -_data = [Vector2(0, 0.5), 0.0, 0.0, 0, 0, Vector2(0.5, 1), 0.0, 0.0, 0, 0, Vector2(1, 0.2), 0.5, 0.0, 0, 0] -point_count = 3 - -[sub_resource type="Gradient" id="Gradient_h1o6h"] -offsets = PackedFloat32Array(0, 0.5, 1) -colors = PackedColorArray(1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0) - -[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_eyo0u"] -friction = 4.0 -rough = true -bounce = 0.25 - -[sub_resource type="SphereShape3D" id="SphereShape3D_hhncp"] - -[node name="Main" type="Node3D"] - -[node name="Environment" type="WorldEnvironment" parent="."] -environment = ExtResource("1_dkre0") - -[node name="Vehicle" type="Node3D" parent="."] -script = ExtResource("2_6703s") - -[node name="Container" type="Node3D" parent="Vehicle"] - -[node name="Model" parent="Vehicle/Container" instance=ExtResource("4_omatd")] - -[node name="TrailLeft" type="CPUParticles3D" parent="Vehicle/Container"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.25, 0, -0.35) -material_override = SubResource("StandardMaterial3D_tfk12") -cast_shadow = 0 -amount = 32 -lifetime = 0.5 -mesh = SubResource("QuadMesh_68fxn") -gravity = Vector3(0, 0, 0) -damping_min = 1.0 -damping_max = 1.0 -scale_amount_min = 0.25 -scale_amount_max = 0.75 -scale_amount_curve = SubResource("Curve_bncg7") -color_ramp = SubResource("Gradient_h1o6h") - -[node name="TrailRight" type="CPUParticles3D" parent="Vehicle/Container"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.25, 0, -0.35) -material_override = SubResource("StandardMaterial3D_tfk12") -cast_shadow = 0 -amount = 32 -lifetime = 0.5 -mesh = SubResource("QuadMesh_68fxn") -gravity = Vector3(0, 0, 0) -damping_min = 1.0 -damping_max = 1.0 -scale_amount_min = 0.25 -scale_amount_max = 0.75 -scale_amount_curve = SubResource("Curve_bncg7") -color_ramp = SubResource("Gradient_h1o6h") - -[node name="Sphere" type="RigidBody3D" parent="Vehicle"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) -mass = 1000.0 -physics_material_override = SubResource("PhysicsMaterial_eyo0u") -continuous_cd = true -linear_damp = 0.1 -angular_damp_mode = 1 -angular_damp = 4.0 - -[node name="CollisionShape" type="CollisionShape3D" parent="Vehicle/Sphere"] -shape = SubResource("SphereShape3D_hhncp") - -[node name="Plane" type="CSGBox3D" parent="."] -use_collision = true -size = Vector3(60, 0, 60) - -[node name="View" type="Node3D" parent="." node_paths=PackedStringArray("target")] -transform = Transform3D(0.707107, -0.298836, 0.640856, 0, 0.906308, 0.422618, -0.707107, -0.298836, 0.640856, 0, 0, 0) -script = ExtResource("5_uguiw") -target = NodePath("../Vehicle/Container") -rotate = true - -[node name="Camera" type="Camera3D" parent="View"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 12) -current = true -fov = 40.0 - -[node name="Sun" type="DirectionalLight3D" parent="."] -transform = Transform3D(-0.422618, -0.694272, 0.582563, 0, 0.642788, 0.766044, -0.906308, 0.323744, -0.271654, 0, 0, 0) -shadow_enabled = true -shadow_opacity = 0.75 - -[node name="CSGBox3D" type="CSGBox3D" parent="."] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 1, 0) -use_collision = true -size = Vector3(1, 2, 8) - -[node name="curve-long" parent="." instance=ExtResource("6_goltq")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, -6) - -[node name="curve-long2" parent="." instance=ExtResource("6_goltq")] -transform = Transform3D(0.258819, 0, 0.965926, 0, 1, 0, -0.965926, 0, 0.258819, -10.2974, 9.53674e-07, -13.9674) - -[node name="ramp" parent="." instance=ExtResource("7_8tco3")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -7, 0, 8) diff --git a/scenes/mai6A43.tmp b/scenes/mai6A43.tmp deleted file mode 100644 index aa2dda6..0000000 --- a/scenes/mai6A43.tmp +++ /dev/null @@ -1,138 +0,0 @@ -[gd_scene load_steps=14 format=3 uid="uid://clq7nox1juh3a"] - -[ext_resource type="Environment" uid="uid://c3bs0wfxpri8g" path="res://scenes/main-environment.tres" id="1_q4t1r"] -[ext_resource type="Script" path="res://scripts/vehicle.gd" id="2_xjb8m"] -[ext_resource type="PackedScene" uid="uid://cvhdvnw8p2xjq" path="res://models/vehicle-truck.glb" id="3_51mes"] -[ext_resource type="Texture2D" uid="uid://c026qrhqxgw3n" path="res://sprites/smoke-smooth.png" id="4_h8cj5"] -[ext_resource type="Script" path="res://scripts/view.gd" id="5_0lrhn"] -[ext_resource type="PackedScene" uid="uid://b57ecu4h25nub" path="res://objects/curve_long.tscn" id="6_s1rqk"] -[ext_resource type="PackedScene" uid="uid://bayry5sc31l2x" path="res://objects/ramp.tscn" id="7_rccrq"] - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_tfk12"] -transparency = 1 -depth_draw_mode = 2 -shading_mode = 0 -vertex_color_use_as_albedo = true -albedo_texture = ExtResource("4_h8cj5") -disable_receive_shadows = true -billboard_mode = 3 -billboard_keep_scale = true -particles_anim_h_frames = 1 -particles_anim_v_frames = 1 -particles_anim_loop = false -grow_amount = 0.5 -proximity_fade_enabled = true -proximity_fade_distance = 0.25 - -[sub_resource type="QuadMesh" id="QuadMesh_68fxn"] - -[sub_resource type="Curve" id="Curve_bncg7"] -_data = [Vector2(0, 0.5), 0.0, 0.0, 0, 0, Vector2(0.5, 1), 0.0, 0.0, 0, 0, Vector2(1, 0.2), 0.5, 0.0, 0, 0] -point_count = 3 - -[sub_resource type="Gradient" id="Gradient_h1o6h"] -offsets = PackedFloat32Array(0, 0.5, 1) -colors = PackedColorArray(1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0) - -[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_eyo0u"] -friction = 5.0 -rough = true - -[sub_resource type="SphereShape3D" id="SphereShape3D_hhncp"] - -[node name="Main" type="Node3D"] - -[node name="Environment" type="WorldEnvironment" parent="."] -environment = ExtResource("1_q4t1r") - -[node name="Vehicle" type="Node3D" parent="."] -script = ExtResource("2_xjb8m") - -[node name="Ground" type="RayCast3D" parent="Vehicle"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) -target_position = Vector3(0, -0.7, 0) -hit_back_faces = false -debug_shape_custom_color = Color(0.898039, 0, 0, 1) - -[node name="Container" type="Node3D" parent="Vehicle"] - -[node name="Model" parent="Vehicle/Container" instance=ExtResource("3_51mes")] - -[node name="TrailLeft" type="CPUParticles3D" parent="Vehicle/Container"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.25, 0, -0.35) -material_override = SubResource("StandardMaterial3D_tfk12") -cast_shadow = 0 -amount = 32 -lifetime = 0.5 -mesh = SubResource("QuadMesh_68fxn") -gravity = Vector3(0, 0, 0) -damping_min = 1.0 -damping_max = 1.0 -scale_amount_min = 0.25 -scale_amount_max = 0.75 -scale_amount_curve = SubResource("Curve_bncg7") -color_ramp = SubResource("Gradient_h1o6h") - -[node name="TrailRight" type="CPUParticles3D" parent="Vehicle/Container"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.25, 0, -0.35) -material_override = SubResource("StandardMaterial3D_tfk12") -cast_shadow = 0 -amount = 32 -lifetime = 0.5 -mesh = SubResource("QuadMesh_68fxn") -gravity = Vector3(0, 0, 0) -damping_min = 1.0 -damping_max = 1.0 -scale_amount_min = 0.25 -scale_amount_max = 0.75 -scale_amount_curve = SubResource("Curve_bncg7") -color_ramp = SubResource("Gradient_h1o6h") - -[node name="Sphere" type="RigidBody3D" parent="Vehicle"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) -collision_layer = 2 -mass = 1000.0 -physics_material_override = SubResource("PhysicsMaterial_eyo0u") -continuous_cd = true -max_contacts_reported = 1 -contact_monitor = true -linear_damp = 0.1 -angular_damp_mode = 1 -angular_damp = 4.0 - -[node name="CollisionShape" type="CollisionShape3D" parent="Vehicle/Sphere"] -shape = SubResource("SphereShape3D_hhncp") - -[node name="Plane" type="CSGBox3D" parent="."] -use_collision = true -size = Vector3(60, 0, 60) - -[node name="View" type="Node3D" parent="." node_paths=PackedStringArray("target")] -transform = Transform3D(0.707107, -0.298836, 0.640856, 0, 0.906308, 0.422618, -0.707107, -0.298836, 0.640856, 0, 0, 0) -script = ExtResource("5_0lrhn") -target = NodePath("../Vehicle/Container") -rotate = true - -[node name="Camera" type="Camera3D" parent="View"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 12) -current = true -fov = 40.0 - -[node name="Sun" type="DirectionalLight3D" parent="."] -transform = Transform3D(-0.422618, -0.694272, 0.582563, 0, 0.642788, 0.766044, -0.906308, 0.323744, -0.271654, 0, 0, 0) -shadow_enabled = true -shadow_opacity = 0.75 - -[node name="CSGBox3D" type="CSGBox3D" parent="."] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 1, 0) -use_collision = true -size = Vector3(1, 2, 8) - -[node name="curve-long" parent="." instance=ExtResource("6_s1rqk")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, -6) - -[node name="curve-long2" parent="." instance=ExtResource("6_s1rqk")] -transform = Transform3D(0.258819, 0, 0.965926, 0, 1, 0, -0.965926, 0, 0.258819, -10.2974, 9.53674e-07, -13.9674) - -[node name="ramp" parent="." instance=ExtResource("7_rccrq")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -7, 0, 8) diff --git a/scenes/mai834A.tmp b/scenes/mai834A.tmp deleted file mode 100644 index a6f33c9..0000000 --- a/scenes/mai834A.tmp +++ /dev/null @@ -1,155 +0,0 @@ -[gd_scene load_steps=15 format=3 uid="uid://clq7nox1juh3a"] - -[ext_resource type="Environment" uid="uid://c3bs0wfxpri8g" path="res://scenes/main-environment.tres" id="1_q4t1r"] -[ext_resource type="Script" path="res://scripts/vehicle.gd" id="2_xjb8m"] -[ext_resource type="PackedScene" uid="uid://cvhdvnw8p2xjq" path="res://models/vehicle-truck.glb" id="3_51mes"] -[ext_resource type="Texture2D" uid="uid://c026qrhqxgw3n" path="res://sprites/smoke-smooth.png" id="4_h8cj5"] -[ext_resource type="Script" path="res://scripts/view.gd" id="5_0lrhn"] -[ext_resource type="PackedScene" uid="uid://b57ecu4h25nub" path="res://objects/curve_long.tscn" id="6_s1rqk"] -[ext_resource type="PackedScene" uid="uid://bayry5sc31l2x" path="res://objects/ramp.tscn" id="7_rccrq"] -[ext_resource type="MeshLibrary" uid="uid://b6myd2b7l2o2j" path="res://models/Mesh Library/mesh-library.tres" id="8_eg7gk"] - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_tfk12"] -transparency = 1 -depth_draw_mode = 2 -shading_mode = 0 -vertex_color_use_as_albedo = true -albedo_texture = ExtResource("4_h8cj5") -disable_receive_shadows = true -billboard_mode = 3 -billboard_keep_scale = true -particles_anim_h_frames = 1 -particles_anim_v_frames = 1 -particles_anim_loop = false -grow_amount = 0.5 -proximity_fade_enabled = true -proximity_fade_distance = 0.25 - -[sub_resource type="QuadMesh" id="QuadMesh_68fxn"] - -[sub_resource type="Curve" id="Curve_bncg7"] -_data = [Vector2(0, 0.5), 0.0, 0.0, 0, 0, Vector2(0.5, 1), 0.0, 0.0, 0, 0, Vector2(1, 0.2), 0.5, 0.0, 0, 0] -point_count = 3 - -[sub_resource type="Gradient" id="Gradient_h1o6h"] -offsets = PackedFloat32Array(0, 0.5, 1) -colors = PackedColorArray(1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0) - -[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_eyo0u"] -friction = 5.0 -rough = true - -[sub_resource type="SphereShape3D" id="SphereShape3D_hhncp"] - -[node name="Main" type="Node3D"] - -[node name="Environment" type="WorldEnvironment" parent="."] -environment = ExtResource("1_q4t1r") - -[node name="Vehicle" type="Node3D" parent="."] -script = ExtResource("2_xjb8m") - -[node name="Ground" type="RayCast3D" parent="Vehicle"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) -target_position = Vector3(0, -0.7, 0) -hit_back_faces = false -debug_shape_custom_color = Color(0.898039, 0, 0, 1) - -[node name="Container" type="Node3D" parent="Vehicle"] - -[node name="Model" parent="Vehicle/Container" instance=ExtResource("3_51mes")] - -[node name="TrailLeft" type="CPUParticles3D" parent="Vehicle/Container"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.25, 0, -0.35) -material_override = SubResource("StandardMaterial3D_tfk12") -cast_shadow = 0 -amount = 32 -lifetime = 0.5 -mesh = SubResource("QuadMesh_68fxn") -gravity = Vector3(0, 0, 0) -damping_min = 1.0 -damping_max = 1.0 -scale_amount_min = 0.25 -scale_amount_max = 0.75 -scale_amount_curve = SubResource("Curve_bncg7") -color_ramp = SubResource("Gradient_h1o6h") - -[node name="TrailRight" type="CPUParticles3D" parent="Vehicle/Container"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.25, 0, -0.35) -material_override = SubResource("StandardMaterial3D_tfk12") -cast_shadow = 0 -amount = 32 -lifetime = 0.5 -mesh = SubResource("QuadMesh_68fxn") -gravity = Vector3(0, 0, 0) -damping_min = 1.0 -damping_max = 1.0 -scale_amount_min = 0.25 -scale_amount_max = 0.75 -scale_amount_curve = SubResource("Curve_bncg7") -color_ramp = SubResource("Gradient_h1o6h") - -[node name="Sphere" type="RigidBody3D" parent="Vehicle"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) -collision_layer = 2 -mass = 1000.0 -physics_material_override = SubResource("PhysicsMaterial_eyo0u") -gravity_scale = 1.5 -continuous_cd = true -max_contacts_reported = 1 -contact_monitor = true -linear_damp = 0.1 -angular_damp_mode = 1 -angular_damp = 4.0 - -[node name="CollisionShape" type="CollisionShape3D" parent="Vehicle/Sphere"] -shape = SubResource("SphereShape3D_hhncp") - -[node name="Plane" type="CSGBox3D" parent="."] -transparency = 1.0 -use_collision = true -size = Vector3(60, 0, 60) - -[node name="View" type="Node3D" parent="." node_paths=PackedStringArray("target")] -transform = Transform3D(0.707107, -0.40558, 0.579228, 0, 0.819152, 0.573576, -0.707107, -0.40558, 0.579228, 0, 0, 0) -script = ExtResource("5_0lrhn") -target = NodePath("../Vehicle/Container") -rotate = true - -[node name="Camera" type="Camera3D" parent="View"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 16) -current = true -fov = 40.0 - -[node name="Sun" type="DirectionalLight3D" parent="."] -transform = Transform3D(-0.422618, -0.694272, 0.582563, 0, 0.642788, 0.766044, -0.906308, 0.323744, -0.271654, 0, 0, 0) -shadow_enabled = true -shadow_opacity = 0.75 -directional_shadow_blend_splits = true -directional_shadow_max_distance = 400.0 - -[node name="CSGBox3D" type="CSGBox3D" parent="."] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -40.6895, 1, 0) -visible = false -use_collision = true -size = Vector3(1, 2, 8) - -[node name="curve-long" parent="." instance=ExtResource("6_s1rqk")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -35.6895, 0, -6) -visible = false - -[node name="curve-long2" parent="." instance=ExtResource("6_s1rqk")] -transform = Transform3D(0.258819, 0, 0.965926, 0, 1, 0, -0.965926, 0, 0.258819, -46.9869, 9.53674e-07, -13.9674) -visible = false - -[node name="ramp" parent="." instance=ExtResource("7_rccrq")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -43.6895, 0, 8) -visible = false - -[node name="GridMap" type="GridMap" parent="."] -transform = Transform3D(0.75, 0, 0, 0, 0.75, 0, 0, 0, 0.75, 0, -0.5, 0) -mesh_library = ExtResource("8_eg7gk") -cell_size = Vector3(9.99, 1, 9.99) -data = { -"cells": PackedInt32Array(0, 1, 0, 0, 2, 1441793, 65534, 2, 655361, 65534, 65535, 1, 65533, 65535, 655361, 65533, 65533, 1048577, 0, 65533, 1, 0, 65534, 0, 0, 65535, 0, 0, 0, 0, 65534, 65533, 1441792, 65535, 65533, 1441792, 65533, 65534, 655360, 65534, 0, 655360, 65534, 1, 655360, 65535, 2, 1048576, 65533, 0, 2, 65533, 1, 1048578, 65533, 2, 1048578, 65535, 1, 1048578, 1, 65535, 2, 1, 0, 1441794, 1, 1, 1441794, 1, 2, 655362, 1, 3, 2, 0, 3, 2, 65535, 3, 2, 65534, 3, 1048578, 65533, 3, 2, 65532, 65534, 655362, 65532, 65535, 1441794, 65532, 65532, 655362, 65532, 65533, 655362, 65533, 65532, 2, 65534, 65532, 655362, 65535, 65532, 1441794, 0, 65532, 1048578, 1, 65532, 1441794, 1, 65533, 1048578, 1, 65534, 2, 65532, 0, 2, 65532, 1, 2, 65532, 2, 655362, 65532, 3, 655362, 65532, 4, 655362, 65533, 4, 2, 65534, 4, 655362, 65535, 4, 655362, 0, 4, 2, 1, 4, 655362, 2, 4, 655362, 2, 3, 2, 2, 2, 655362, 2, 1, 655362, 2, 0, 655362, 2, 65535, 655362, 2, 65534, 655362, 2, 65533, 655362, 2, 65532, 655362, 2, 65531, 655362, 1, 65531, 655362, 0, 65531, 655362, 0, 65530, 655362, 65535, 65530, 655362, 65535, 65531, 1441794, 65534, 65531, 655362, 65533, 65531, 655362, 65532, 65531, 655362, 65532, 65530, 655362, 65533, 65530, 655362, 65534, 65530, 1441794, 1, 65530, 655362, 2, 65530, 1441794, 2, 5, 1441794, 1, 5, 1441794, 0, 5, 655362, 65535, 5, 655362, 65534, 5, 655362, 65533, 5, 2, 65532, 5, 655362, 65531, 5, 1441794, 65531, 4, 1441794, 65531, 3, 655362, 65531, 2, 655362, 65531, 1, 655362, 65531, 0, 655362, 65531, 65535, 655362, 65531, 65534, 2, 65531, 65533, 655362, 65531, 65532, 2, 65531, 65531, 655362, 65531, 65530, 655362, 3, 4, 1441794, 3, 5, 1441794, 3, 3, 655362, 3, 2, 2, 3, 1, 1441794, 3, 0, 2, 3, 65535, 655362, 3, 65534, 655362, 3, 65533, 655362, 3, 65532, 655362, 3, 65531, 1441794, 3, 65530, 1441794, 65530, 65530, 1441794, 65530, 65531, 655362, 65530, 65532, 655362, 65530, 65533, 655362, 65530, 65534, 655362, 65530, 65535, 1441794, 65530, 0, 1441794, 65530, 1, 1441794, 65530, 2, 1441794, 65530, 3, 1441794, 65530, 4, 1441794, 65530, 5, 1441794, 65530, 65529, 1441794, 65531, 65529, 1441794, 65532, 65529, 1441794, 65533, 65529, 1441794, 65534, 65529, 1441794, 65535, 65529, 1441794, 0, 65529, 1441794, 1, 65529, 1441794, 2, 65529, 1441794, 3, 65529, 1441794, 3, 6, 1441794, 2, 6, 1441794, 1, 6, 1441794, 0, 6, 1441794, 65535, 6, 1441794, 65534, 6, 1441794, 65533, 6, 655362, 65532, 6, 655362, 65531, 6, 1441794, 65530, 6, 1441794, 65529, 7, 1441794, 65530, 7, 1441794, 65531, 7, 1441794, 65532, 7, 1441794, 65533, 7, 1441794, 65534, 7, 1441794, 65535, 7, 1441794, 0, 7, 1441794, 1, 7, 1441794, 2, 7, 1441794, 3, 7, 1441794, 4, 7, 1441794, 4, 6, 1441794, 4, 5, 1441794, 4, 4, 1441794, 4, 3, 1441794, 4, 2, 1441794, 4, 1, 1441794, 4, 0, 1441794, 4, 65535, 1441794, 4, 65534, 1441794, 4, 65533, 1441794, 4, 65532, 1441794, 4, 65531, 1441794, 4, 65530, 1441794, 4, 65529, 1441794, 4, 65528, 1441794, 3, 65528, 1441794, 2, 65528, 1441794, 1, 65528, 1441794, 0, 65528, 1441794, 65535, 65528, 1441794, 65534, 65528, 1441794, 65533, 65528, 1441794, 65532, 65528, 1441794, 65531, 65528, 1441794, 65530, 65528, 1441794, 65529, 65528, 1441794, 65529, 65529, 1441794, 65529, 65530, 1441794, 65529, 65531, 1441794, 65529, 65532, 1441794, 65529, 65533, 1441794, 65529, 65534, 1441794, 65529, 65535, 1441794, 65529, 0, 1441794, 65529, 1, 1441794, 65529, 2, 1441794, 65529, 3, 1441794, 65529, 4, 1441794, 65529, 5, 1441794, 65529, 6, 1441794, 65528, 8, 1441794, 65528, 7, 1441794, 65528, 6, 1441794, 65528, 5, 1441794, 65528, 4, 1441794, 65528, 3, 1441794, 65528, 2, 1441794, 65528, 1, 1441794, 65528, 0, 1441794, 65528, 65535, 1441794, 65528, 65534, 1441794, 65528, 65533, 1441794, 65528, 65532, 1441794, 65528, 65531, 1441794, 65528, 65530, 1441794, 65528, 65529, 1441794, 65528, 65528, 1441794, 65528, 65527, 1441794, 65529, 65527, 1441794, 65530, 65527, 1441794, 65531, 65527, 1441794, 65532, 65527, 1441794, 65533, 65527, 1441794, 65534, 65527, 1441794, 65535, 65527, 1441794, 0, 65527, 1441794, 1, 65527, 1441794, 2, 65527, 1441794, 3, 65527, 1441794, 4, 65527, 1441794, 5, 65527, 1441794, 5, 65528, 1441794, 5, 65529, 1441794, 5, 65530, 1441794, 5, 65531, 1441794, 5, 65532, 1441794, 5, 65533, 1441794, 5, 65534, 1441794, 5, 65535, 1441794, 5, 0, 1441794, 5, 1, 1441794, 5, 2, 1441794, 5, 3, 1441794, 5, 4, 1441794, 5, 5, 1441794, 5, 6, 1441794, 5, 7, 1441794, 5, 8, 1441794, 4, 8, 1441794, 3, 8, 1441794, 2, 8, 1441794, 1, 8, 1441794, 0, 8, 1441794, 65535, 8, 1441794, 65534, 8, 1441794, 65533, 8, 1441794, 65532, 8, 1441794, 65531, 8, 1441794, 65530, 8, 1441794, 65529, 8, 1441794, 65535, 0, 1048578, 65535, 65535, 655362, 65535, 65534, 1048578, 65534, 65534, 2) -} diff --git a/scenes/mai8372.tmp b/scenes/mai8372.tmp deleted file mode 100644 index 2c86c5c..0000000 --- a/scenes/mai8372.tmp +++ /dev/null @@ -1,53 +0,0 @@ -[gd_scene load_steps=6 format=3 uid="uid://dgne8a5n54yg5"] - -[ext_resource type="Environment" uid="uid://c3bs0wfxpri8g" path="res://scenes/main-environment.tres" id="1_vxe64"] -[ext_resource type="Script" path="res://scripts/vehicle.gd" id="2_gkm6r"] -[ext_resource type="Script" path="res://scripts/view.gd" id="2_upmbg"] -[ext_resource type="PackedScene" uid="uid://cvhdvnw8p2xjq" path="res://models/vehicle-truck.glb" id="3_h5gtp"] - -[sub_resource type="BoxShape3D" id="BoxShape3D_5wkl0"] -size = Vector3(0.75, 0.5, 1.35) - -[node name="Main" type="Node3D"] - -[node name="Environment" type="WorldEnvironment" parent="."] -environment = ExtResource("1_vxe64") - -[node name="Vehicle" type="CharacterBody3D" parent="."] -script = ExtResource("2_gkm6r") - -[node name="Model" parent="Vehicle" instance=ExtResource("3_h5gtp")] -transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0) - -[node name="CollisionShape3D" type="CollisionShape3D" parent="Vehicle"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.3, 0) -shape = SubResource("BoxShape3D_5wkl0") - -[node name="CSGBox3D" type="CSGBox3D" parent="Vehicle"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.25, 0) -visible = false -size = Vector3(0.5, 0.5, 1) - -[node name="Plane" type="CSGBox3D" parent="."] -use_collision = true -size = Vector3(10, 0, 10) - -[node name="View" type="Node3D" parent="." node_paths=PackedStringArray("target")] -transform = Transform3D(0.707107, -0.298836, 0.640856, 0, 0.906308, 0.422618, -0.707107, -0.298836, 0.640856, 0, 0, 0) -script = ExtResource("2_upmbg") -target = NodePath("../Vehicle") - -[node name="Camera" type="Camera3D" parent="View"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 12) -current = true -fov = 40.0 - -[node name="Sun" type="DirectionalLight3D" parent="."] -transform = Transform3D(-0.422618, -0.694272, 0.582563, 0, 0.642788, 0.766044, -0.906308, 0.323744, -0.271654, 0, 0, 0) -shadow_enabled = true -shadow_opacity = 0.75 - -[node name="CSGBox3D" type="CSGBox3D" parent="."] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 1, 0) -use_collision = true -size = Vector3(1, 2, 8) diff --git a/scenes/mai93A4.tmp b/scenes/mai93A4.tmp deleted file mode 100644 index 48f1acf..0000000 --- a/scenes/mai93A4.tmp +++ /dev/null @@ -1,62 +0,0 @@ -[gd_scene load_steps=8 format=3 uid="uid://dgne8a5n54yg5"] - -[ext_resource type="Environment" uid="uid://c3bs0wfxpri8g" path="res://scenes/main-environment.tres" id="1_vxe64"] -[ext_resource type="Script" path="res://scripts/vehicle.gd" id="2_gkm6r"] -[ext_resource type="Script" path="res://scripts/view.gd" id="2_upmbg"] -[ext_resource type="PackedScene" uid="uid://cvhdvnw8p2xjq" path="res://models/vehicle-truck.glb" id="3_h5gtp"] -[ext_resource type="PackedScene" uid="uid://b57ecu4h25nub" path="res://objects/curve_long.tscn" id="5_6r267"] -[ext_resource type="PackedScene" uid="uid://bayry5sc31l2x" path="res://objects/ramp.tscn" id="6_4e6js"] - -[sub_resource type="BoxShape3D" id="BoxShape3D_5wkl0"] -size = Vector3(0.8, 0.5, 1.5) - -[node name="Main" type="Node3D"] - -[node name="Environment" type="WorldEnvironment" parent="."] -environment = ExtResource("1_vxe64") - -[node name="Vehicle" type="CharacterBody3D" parent="."] -floor_stop_on_slope = false -script = ExtResource("2_gkm6r") - -[node name="Model" parent="Vehicle" instance=ExtResource("3_h5gtp")] -transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0) - -[node name="CollisionShape3D" type="CollisionShape3D" parent="Vehicle"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.25, 0) -shape = SubResource("BoxShape3D_5wkl0") - -[node name="CSGBox3D" type="CSGBox3D" parent="Vehicle"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.25, 0) -visible = false -size = Vector3(0.5, 0.5, 1) - -[node name="Plane" type="CSGBox3D" parent="."] -use_collision = true -size = Vector3(40, 0, 40) - -[node name="View" type="Node3D" parent="." node_paths=PackedStringArray("target")] -transform = Transform3D(0.707107, -0.298836, 0.640856, 0, 0.906308, 0.422618, -0.707107, -0.298836, 0.640856, 0, 0, 0) -script = ExtResource("2_upmbg") -target = NodePath("../Vehicle") - -[node name="Camera" type="Camera3D" parent="View"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 12) -current = true -fov = 40.0 - -[node name="Sun" type="DirectionalLight3D" parent="."] -transform = Transform3D(-0.422618, -0.694272, 0.582563, 0, 0.642788, 0.766044, -0.906308, 0.323744, -0.271654, 0, 0, 0) -shadow_enabled = true -shadow_opacity = 0.75 - -[node name="CSGBox3D" type="CSGBox3D" parent="."] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 1, 0) -use_collision = true -size = Vector3(1, 2, 8) - -[node name="curve-long" parent="." instance=ExtResource("5_6r267")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, -6) - -[node name="ramp" parent="." instance=ExtResource("6_4e6js")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -7, 0, 8) diff --git a/scenes/mai967D.tmp b/scenes/mai967D.tmp deleted file mode 100644 index 2c86c5c..0000000 --- a/scenes/mai967D.tmp +++ /dev/null @@ -1,53 +0,0 @@ -[gd_scene load_steps=6 format=3 uid="uid://dgne8a5n54yg5"] - -[ext_resource type="Environment" uid="uid://c3bs0wfxpri8g" path="res://scenes/main-environment.tres" id="1_vxe64"] -[ext_resource type="Script" path="res://scripts/vehicle.gd" id="2_gkm6r"] -[ext_resource type="Script" path="res://scripts/view.gd" id="2_upmbg"] -[ext_resource type="PackedScene" uid="uid://cvhdvnw8p2xjq" path="res://models/vehicle-truck.glb" id="3_h5gtp"] - -[sub_resource type="BoxShape3D" id="BoxShape3D_5wkl0"] -size = Vector3(0.75, 0.5, 1.35) - -[node name="Main" type="Node3D"] - -[node name="Environment" type="WorldEnvironment" parent="."] -environment = ExtResource("1_vxe64") - -[node name="Vehicle" type="CharacterBody3D" parent="."] -script = ExtResource("2_gkm6r") - -[node name="Model" parent="Vehicle" instance=ExtResource("3_h5gtp")] -transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0) - -[node name="CollisionShape3D" type="CollisionShape3D" parent="Vehicle"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.3, 0) -shape = SubResource("BoxShape3D_5wkl0") - -[node name="CSGBox3D" type="CSGBox3D" parent="Vehicle"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.25, 0) -visible = false -size = Vector3(0.5, 0.5, 1) - -[node name="Plane" type="CSGBox3D" parent="."] -use_collision = true -size = Vector3(10, 0, 10) - -[node name="View" type="Node3D" parent="." node_paths=PackedStringArray("target")] -transform = Transform3D(0.707107, -0.298836, 0.640856, 0, 0.906308, 0.422618, -0.707107, -0.298836, 0.640856, 0, 0, 0) -script = ExtResource("2_upmbg") -target = NodePath("../Vehicle") - -[node name="Camera" type="Camera3D" parent="View"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 12) -current = true -fov = 40.0 - -[node name="Sun" type="DirectionalLight3D" parent="."] -transform = Transform3D(-0.422618, -0.694272, 0.582563, 0, 0.642788, 0.766044, -0.906308, 0.323744, -0.271654, 0, 0, 0) -shadow_enabled = true -shadow_opacity = 0.75 - -[node name="CSGBox3D" type="CSGBox3D" parent="."] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 1, 0) -use_collision = true -size = Vector3(1, 2, 8) diff --git a/scenes/maiA16C.tmp b/scenes/maiA16C.tmp deleted file mode 100644 index 34e83ba..0000000 --- a/scenes/maiA16C.tmp +++ /dev/null @@ -1,139 +0,0 @@ -[gd_scene load_steps=14 format=3 uid="uid://clq7nox1juh3a"] - -[ext_resource type="Environment" uid="uid://c3bs0wfxpri8g" path="res://scenes/main-environment.tres" id="1_q4t1r"] -[ext_resource type="Script" path="res://scripts/vehicle.gd" id="2_xjb8m"] -[ext_resource type="PackedScene" uid="uid://cvhdvnw8p2xjq" path="res://models/vehicle-truck.glb" id="3_51mes"] -[ext_resource type="Texture2D" uid="uid://c026qrhqxgw3n" path="res://sprites/smoke-smooth.png" id="4_h8cj5"] -[ext_resource type="Script" path="res://scripts/view.gd" id="5_0lrhn"] -[ext_resource type="PackedScene" uid="uid://b57ecu4h25nub" path="res://objects/curve_long.tscn" id="6_s1rqk"] -[ext_resource type="PackedScene" uid="uid://bayry5sc31l2x" path="res://objects/ramp.tscn" id="7_rccrq"] - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_tfk12"] -transparency = 1 -depth_draw_mode = 2 -shading_mode = 0 -vertex_color_use_as_albedo = true -albedo_texture = ExtResource("4_h8cj5") -disable_receive_shadows = true -billboard_mode = 3 -billboard_keep_scale = true -particles_anim_h_frames = 1 -particles_anim_v_frames = 1 -particles_anim_loop = false -grow_amount = 0.5 -proximity_fade_enabled = true -proximity_fade_distance = 0.25 - -[sub_resource type="QuadMesh" id="QuadMesh_68fxn"] - -[sub_resource type="Curve" id="Curve_bncg7"] -_data = [Vector2(0, 0.5), 0.0, 0.0, 0, 0, Vector2(0.5, 1), 0.0, 0.0, 0, 0, Vector2(1, 0.2), 0.5, 0.0, 0, 0] -point_count = 3 - -[sub_resource type="Gradient" id="Gradient_h1o6h"] -offsets = PackedFloat32Array(0, 0.5, 1) -colors = PackedColorArray(1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0) - -[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_eyo0u"] -friction = 5.0 -rough = true - -[sub_resource type="SphereShape3D" id="SphereShape3D_hhncp"] - -[node name="Main" type="Node3D"] - -[node name="Environment" type="WorldEnvironment" parent="."] -environment = ExtResource("1_q4t1r") - -[node name="Vehicle" type="Node3D" parent="."] -script = ExtResource("2_xjb8m") - -[node name="Ground" type="RayCast3D" parent="Vehicle"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) -target_position = Vector3(0, -0.7, 0) -hit_back_faces = false -debug_shape_custom_color = Color(0.898039, 0, 0, 1) - -[node name="Container" type="Node3D" parent="Vehicle"] - -[node name="Model" parent="Vehicle/Container" instance=ExtResource("3_51mes")] - -[node name="TrailLeft" type="CPUParticles3D" parent="Vehicle/Container"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.25, 0, -0.35) -material_override = SubResource("StandardMaterial3D_tfk12") -cast_shadow = 0 -amount = 32 -lifetime = 0.5 -mesh = SubResource("QuadMesh_68fxn") -gravity = Vector3(0, 0, 0) -damping_min = 1.0 -damping_max = 1.0 -scale_amount_min = 0.25 -scale_amount_max = 0.75 -scale_amount_curve = SubResource("Curve_bncg7") -color_ramp = SubResource("Gradient_h1o6h") - -[node name="TrailRight" type="CPUParticles3D" parent="Vehicle/Container"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.25, 0, -0.35) -material_override = SubResource("StandardMaterial3D_tfk12") -cast_shadow = 0 -amount = 32 -lifetime = 0.5 -mesh = SubResource("QuadMesh_68fxn") -gravity = Vector3(0, 0, 0) -damping_min = 1.0 -damping_max = 1.0 -scale_amount_min = 0.25 -scale_amount_max = 0.75 -scale_amount_curve = SubResource("Curve_bncg7") -color_ramp = SubResource("Gradient_h1o6h") - -[node name="Sphere" type="RigidBody3D" parent="Vehicle"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) -collision_layer = 2 -mass = 1000.0 -physics_material_override = SubResource("PhysicsMaterial_eyo0u") -gravity_scale = 1.5 -continuous_cd = true -max_contacts_reported = 1 -contact_monitor = true -linear_damp = 0.1 -angular_damp_mode = 1 -angular_damp = 4.0 - -[node name="CollisionShape" type="CollisionShape3D" parent="Vehicle/Sphere"] -shape = SubResource("SphereShape3D_hhncp") - -[node name="Plane" type="CSGBox3D" parent="."] -use_collision = true -size = Vector3(60, 0, 60) - -[node name="View" type="Node3D" parent="." node_paths=PackedStringArray("target")] -transform = Transform3D(0.707107, -0.298836, 0.640856, 0, 0.906308, 0.422618, -0.707107, -0.298836, 0.640856, 0, 0, 0) -script = ExtResource("5_0lrhn") -target = NodePath("../Vehicle/Container") -rotate = true - -[node name="Camera" type="Camera3D" parent="View"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 12) -current = true -fov = 40.0 - -[node name="Sun" type="DirectionalLight3D" parent="."] -transform = Transform3D(-0.422618, -0.694272, 0.582563, 0, 0.642788, 0.766044, -0.906308, 0.323744, -0.271654, 0, 0, 0) -shadow_enabled = true -shadow_opacity = 0.75 - -[node name="CSGBox3D" type="CSGBox3D" parent="."] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 1, 0) -use_collision = true -size = Vector3(1, 2, 8) - -[node name="curve-long" parent="." instance=ExtResource("6_s1rqk")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, -6) - -[node name="curve-long2" parent="." instance=ExtResource("6_s1rqk")] -transform = Transform3D(0.258819, 0, 0.965926, 0, 1, 0, -0.965926, 0, 0.258819, -10.2974, 9.53674e-07, -13.9674) - -[node name="ramp" parent="." instance=ExtResource("7_rccrq")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -7, 0, 8) diff --git a/scenes/maiD2EE.tmp b/scenes/maiD2EE.tmp deleted file mode 100644 index 34e83ba..0000000 --- a/scenes/maiD2EE.tmp +++ /dev/null @@ -1,139 +0,0 @@ -[gd_scene load_steps=14 format=3 uid="uid://clq7nox1juh3a"] - -[ext_resource type="Environment" uid="uid://c3bs0wfxpri8g" path="res://scenes/main-environment.tres" id="1_q4t1r"] -[ext_resource type="Script" path="res://scripts/vehicle.gd" id="2_xjb8m"] -[ext_resource type="PackedScene" uid="uid://cvhdvnw8p2xjq" path="res://models/vehicle-truck.glb" id="3_51mes"] -[ext_resource type="Texture2D" uid="uid://c026qrhqxgw3n" path="res://sprites/smoke-smooth.png" id="4_h8cj5"] -[ext_resource type="Script" path="res://scripts/view.gd" id="5_0lrhn"] -[ext_resource type="PackedScene" uid="uid://b57ecu4h25nub" path="res://objects/curve_long.tscn" id="6_s1rqk"] -[ext_resource type="PackedScene" uid="uid://bayry5sc31l2x" path="res://objects/ramp.tscn" id="7_rccrq"] - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_tfk12"] -transparency = 1 -depth_draw_mode = 2 -shading_mode = 0 -vertex_color_use_as_albedo = true -albedo_texture = ExtResource("4_h8cj5") -disable_receive_shadows = true -billboard_mode = 3 -billboard_keep_scale = true -particles_anim_h_frames = 1 -particles_anim_v_frames = 1 -particles_anim_loop = false -grow_amount = 0.5 -proximity_fade_enabled = true -proximity_fade_distance = 0.25 - -[sub_resource type="QuadMesh" id="QuadMesh_68fxn"] - -[sub_resource type="Curve" id="Curve_bncg7"] -_data = [Vector2(0, 0.5), 0.0, 0.0, 0, 0, Vector2(0.5, 1), 0.0, 0.0, 0, 0, Vector2(1, 0.2), 0.5, 0.0, 0, 0] -point_count = 3 - -[sub_resource type="Gradient" id="Gradient_h1o6h"] -offsets = PackedFloat32Array(0, 0.5, 1) -colors = PackedColorArray(1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0) - -[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_eyo0u"] -friction = 5.0 -rough = true - -[sub_resource type="SphereShape3D" id="SphereShape3D_hhncp"] - -[node name="Main" type="Node3D"] - -[node name="Environment" type="WorldEnvironment" parent="."] -environment = ExtResource("1_q4t1r") - -[node name="Vehicle" type="Node3D" parent="."] -script = ExtResource("2_xjb8m") - -[node name="Ground" type="RayCast3D" parent="Vehicle"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) -target_position = Vector3(0, -0.7, 0) -hit_back_faces = false -debug_shape_custom_color = Color(0.898039, 0, 0, 1) - -[node name="Container" type="Node3D" parent="Vehicle"] - -[node name="Model" parent="Vehicle/Container" instance=ExtResource("3_51mes")] - -[node name="TrailLeft" type="CPUParticles3D" parent="Vehicle/Container"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.25, 0, -0.35) -material_override = SubResource("StandardMaterial3D_tfk12") -cast_shadow = 0 -amount = 32 -lifetime = 0.5 -mesh = SubResource("QuadMesh_68fxn") -gravity = Vector3(0, 0, 0) -damping_min = 1.0 -damping_max = 1.0 -scale_amount_min = 0.25 -scale_amount_max = 0.75 -scale_amount_curve = SubResource("Curve_bncg7") -color_ramp = SubResource("Gradient_h1o6h") - -[node name="TrailRight" type="CPUParticles3D" parent="Vehicle/Container"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.25, 0, -0.35) -material_override = SubResource("StandardMaterial3D_tfk12") -cast_shadow = 0 -amount = 32 -lifetime = 0.5 -mesh = SubResource("QuadMesh_68fxn") -gravity = Vector3(0, 0, 0) -damping_min = 1.0 -damping_max = 1.0 -scale_amount_min = 0.25 -scale_amount_max = 0.75 -scale_amount_curve = SubResource("Curve_bncg7") -color_ramp = SubResource("Gradient_h1o6h") - -[node name="Sphere" type="RigidBody3D" parent="Vehicle"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) -collision_layer = 2 -mass = 1000.0 -physics_material_override = SubResource("PhysicsMaterial_eyo0u") -gravity_scale = 1.5 -continuous_cd = true -max_contacts_reported = 1 -contact_monitor = true -linear_damp = 0.1 -angular_damp_mode = 1 -angular_damp = 4.0 - -[node name="CollisionShape" type="CollisionShape3D" parent="Vehicle/Sphere"] -shape = SubResource("SphereShape3D_hhncp") - -[node name="Plane" type="CSGBox3D" parent="."] -use_collision = true -size = Vector3(60, 0, 60) - -[node name="View" type="Node3D" parent="." node_paths=PackedStringArray("target")] -transform = Transform3D(0.707107, -0.298836, 0.640856, 0, 0.906308, 0.422618, -0.707107, -0.298836, 0.640856, 0, 0, 0) -script = ExtResource("5_0lrhn") -target = NodePath("../Vehicle/Container") -rotate = true - -[node name="Camera" type="Camera3D" parent="View"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 12) -current = true -fov = 40.0 - -[node name="Sun" type="DirectionalLight3D" parent="."] -transform = Transform3D(-0.422618, -0.694272, 0.582563, 0, 0.642788, 0.766044, -0.906308, 0.323744, -0.271654, 0, 0, 0) -shadow_enabled = true -shadow_opacity = 0.75 - -[node name="CSGBox3D" type="CSGBox3D" parent="."] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 1, 0) -use_collision = true -size = Vector3(1, 2, 8) - -[node name="curve-long" parent="." instance=ExtResource("6_s1rqk")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, -6) - -[node name="curve-long2" parent="." instance=ExtResource("6_s1rqk")] -transform = Transform3D(0.258819, 0, 0.965926, 0, 1, 0, -0.965926, 0, 0.258819, -10.2974, 9.53674e-07, -13.9674) - -[node name="ramp" parent="." instance=ExtResource("7_rccrq")] -transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, -7, 0, 8) diff --git a/scenes/main.tscn1460975122.tmp b/scenes/main.tscn1460975122.tmp deleted file mode 100644 index 3630f06..0000000 --- a/scenes/main.tscn1460975122.tmp +++ /dev/null @@ -1,188 +0,0 @@ -[gd_scene load_steps=22 format=3 uid="uid://clq7nox1juh3a"] - -[ext_resource type="Environment" uid="uid://c3bs0wfxpri8g" path="res://scenes/main-environment.tres" id="1_q4t1r"] -[ext_resource type="Script" uid="uid://bqite16pastgo" path="res://scripts/vehicle.gd" id="2_xjb8m"] -[ext_resource type="Texture2D" uid="uid://c026qrhqxgw3n" path="res://sprites/smoke.png" id="4_h8cj5"] -[ext_resource type="Script" uid="uid://b24bstassw26s" path="res://scripts/view.gd" id="5_0lrhn"] -[ext_resource type="AudioStream" uid="uid://dq3i2vrueewg5" path="res://audio/Assets_Resources_Audio_Vehicles_tyre_skid_loop_01.wav" id="5_85g3d"] -[ext_resource type="AudioStream" uid="uid://bmfpbg4xtrhvl" path="res://audio/engine.ogg" id="6_choun"] -[ext_resource type="MeshLibrary" uid="uid://b6myd2b7l2o2j" path="res://models/Library/mesh-library.tres" id="8_eg7gk"] -[ext_resource type="PackedScene" uid="uid://c44tfiddyjjm1" path="res://models/vehicle-truck-green.glb" id="9_cmq2j"] -[ext_resource type="PackedScene" uid="uid://c5e64mpylh1ge" path="res://models/vehicle-truck-purple.glb" id="10_p3c1o"] -[ext_resource type="PackedScene" uid="uid://b34e2pvbemfac" path="res://models/vehicle-truck-red.glb" id="11_wocnk"] - -[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_tfk12"] -transparency = 1 -depth_draw_mode = 2 -shading_mode = 0 -vertex_color_use_as_albedo = true -albedo_texture = ExtResource("4_h8cj5") -disable_receive_shadows = true -billboard_mode = 3 -billboard_keep_scale = true -particles_anim_h_frames = 1 -particles_anim_v_frames = 1 -particles_anim_loop = false -grow_amount = 0.5 -proximity_fade_enabled = true -proximity_fade_distance = 0.25 - -[sub_resource type="Curve" id="Curve_t02a3"] -_data = [Vector2(0, 0), 0.0, 0.0, 0, 0, Vector2(0.503968, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] -point_count = 3 - -[sub_resource type="CurveTexture" id="CurveTexture_mya1o"] -curve = SubResource("Curve_t02a3") - -[sub_resource type="Curve" id="Curve_bncg7"] -_data = [Vector2(0, 0.5), 0.0, 0.0, 0, 0, Vector2(0.5, 1), 0.0, 0.0, 0, 0, Vector2(1, 0.2), 0.5, 0.0, 0, 0] -point_count = 3 - -[sub_resource type="CurveTexture" id="CurveTexture_5pp1o"] -curve = SubResource("Curve_bncg7") - -[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_xgt35"] -angle_min = -90.0 -angle_max = 90.0 -gravity = Vector3(0, 0, 0) -damping_min = 1.0 -damping_max = 1.0 -scale_min = 0.25 -scale_max = 0.5 -scale_curve = SubResource("CurveTexture_5pp1o") -color = Color(0.3696, 0.3738, 0.42, 1) -alpha_curve = SubResource("CurveTexture_mya1o") - -[sub_resource type="QuadMesh" id="QuadMesh_68fxn"] - -[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_eyo0u"] -friction = 5.0 -rough = true - -[sub_resource type="SphereShape3D" id="SphereShape3D_hhncp"] - -[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_brayg"] -radius = 0.347813 -height = 1.41881 - -[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_tipki"] -friction = 0.0 -bounce = 0.1 - -[node name="Main" type="Node3D"] - -[node name="Environment" type="WorldEnvironment" parent="."] -environment = ExtResource("1_q4t1r") - -[node name="Vehicle" type="Node3D" parent="."] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.5, 0, 5) -script = ExtResource("2_xjb8m") - -[node name="Ground" type="RayCast3D" parent="Vehicle"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) -target_position = Vector3(0, -0.7, 0) -hit_back_faces = false -debug_shape_custom_color = Color(0.898039, 0, 0, 1) - -[node name="Container" type="Node3D" parent="Vehicle"] - -[node name="Model" parent="Vehicle/Container" instance=ExtResource("9_cmq2j")] - -[node name="TrailLeft" type="GPUParticles3D" parent="Vehicle/Container"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.25, 0.05, -0.35) -material_override = SubResource("StandardMaterial3D_tfk12") -cast_shadow = 0 -amount = 32 -lifetime = 0.5 -fixed_fps = 60 -process_material = SubResource("ParticleProcessMaterial_xgt35") -draw_pass_1 = SubResource("QuadMesh_68fxn") - -[node name="TrailRight" type="GPUParticles3D" parent="Vehicle/Container"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.25, 0.05, -0.35) -material_override = SubResource("StandardMaterial3D_tfk12") -cast_shadow = 0 -amount = 32 -lifetime = 0.5 -fixed_fps = 60 -process_material = SubResource("ParticleProcessMaterial_xgt35") -draw_pass_1 = SubResource("QuadMesh_68fxn") - -[node name="ScreechSound" type="AudioStreamPlayer3D" parent="Vehicle/Container"] -stream = ExtResource("5_85g3d") -autoplay = true - -[node name="EngineSound" type="AudioStreamPlayer3D" parent="Vehicle/Container"] -stream = ExtResource("6_choun") -autoplay = true - -[node name="Sphere" type="RigidBody3D" parent="Vehicle"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0) -collision_layer = 8 -mass = 1000.0 -physics_material_override = SubResource("PhysicsMaterial_eyo0u") -gravity_scale = 1.5 -continuous_cd = true -contact_monitor = true -max_contacts_reported = 1 -linear_damp = 0.1 -angular_damp_mode = 1 -angular_damp = 4.0 - -[node name="CollisionShape" type="CollisionShape3D" parent="Vehicle/Sphere"] -shape = SubResource("SphereShape3D_hhncp") - -[node name="CarBody" type="CharacterBody3D" parent="Vehicle"] -collision_layer = 4 -collision_mask = 6 - -[node name="CollisionShape3D" type="CollisionShape3D" parent="Vehicle/CarBody"] -transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0.00662422, 0.318858, -0.0266287) -shape = SubResource("CapsuleShape3D_brayg") - -[node name="Plane" type="CSGBox3D" parent="."] -transparency = 1.0 -use_collision = true -size = Vector3(60, 0, 60) - -[node name="View" type="Node3D" parent="." node_paths=PackedStringArray("target")] -transform = Transform3D(0.707107, -0.40558, 0.579228, 0, 0.819152, 0.573576, -0.707107, -0.40558, 0.579228, 3.5, 0, 5) -script = ExtResource("5_0lrhn") -target = NodePath("../Vehicle/Container") -rotate = true - -[node name="Camera" type="Camera3D" parent="View"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 16) -current = true -fov = 40.0 - -[node name="Sun" type="DirectionalLight3D" parent="."] -transform = Transform3D(-0.422618, -0.694272, 0.582564, 0, 0.642788, 0.766044, -0.906308, 0.323744, -0.271654, 0, 0, 0) -shadow_enabled = true -shadow_bias = 0.4 -shadow_opacity = 0.75 -directional_shadow_mode = 0 -directional_shadow_blend_splits = true -directional_shadow_fade_start = 0.5 -directional_shadow_max_distance = 25.0 -directional_shadow_pancake_size = 2.0 -sky_mode = 1 - -[node name="GridMap" type="GridMap" parent="."] -transform = Transform3D(0.75, 0, 0, 0, 0.75, 0, 0, 0, 0.75, 0, -0.5, 0) -mesh_library = ExtResource("8_eg7gk") -physics_material = SubResource("PhysicsMaterial_tipki") -cell_size = Vector3(9.99, 1, 9.99) -data = { -"cells": PackedInt32Array(65533, 0, 0, 65533, 1, 655361, 65533, 2, 655361, 1, 65535, 655361, 1, 0, 655361, 1, 1, 655361, 1, 2, 0, 1, 3, 655361, 0, 3, 0, 65535, 3, 655361, 65534, 3, 655361, 65533, 3, 655361, 65532, 65534, 655362, 65532, 65535, 0, 65532, 65532, 655361, 65532, 65533, 655361, 65533, 65532, 655361, 65534, 65532, 655361, 65535, 65532, 1441794, 0, 65532, 655361, 1, 65532, 655361, 1, 65533, 655361, 1, 65534, 655361, 65532, 0, 0, 65532, 1, 0, 65532, 2, 0, 65532, 3, 0, 65532, 4, 655361, 65533, 4, 0, 65534, 4, 655361, 65535, 4, 655361, 0, 4, 655361, 1, 4, 655361, 2, 4, 655361, 2, 3, 655361, 2, 2, 655361, 2, 1, 655361, 2, 0, 655361, 2, 65535, 655361, 2, 65534, 0, 2, 65533, 655361, 2, 65532, 655361, 2, 65531, 655361, 1, 65531, 655361, 0, 65531, 655361, 0, 65530, 0, 65535, 65530, 655361, 65535, 65531, 655361, 65534, 65531, 655361, 65533, 65531, 0, 65532, 65531, 655361, 65532, 65530, 0, 65533, 65530, 0, 65534, 65530, 0, 1, 65530, 655361, 2, 65530, 655361, 65531, 4, 655361, 65531, 3, 0, 65531, 2, 655361, 65531, 1, 655361, 65531, 0, 655361, 65531, 65535, 0, 65531, 65534, 655361, 65531, 65533, 655361, 65531, 65532, 0, 65531, 65531, 655361, 65531, 65530, 655361, 65530, 65530, 0, 65530, 65531, 655361, 65530, 65532, 0, 65530, 65533, 0, 65530, 65534, 0, 65530, 65535, 655361, 65530, 0, 655361, 65530, 1, 655361, 65530, 2, 655361, 65530, 3, 655361, 65530, 4, 655361, 65530, 65529, 655361, 65531, 65529, 655361, 65532, 65529, 0, 65533, 65529, 0, 65534, 65529, 655361, 65535, 65529, 655361, 0, 65529, 655361, 1, 65529, 655361, 2, 65529, 655361, 2, 65528, 655361, 1, 65528, 655361, 0, 65528, 655361, 65535, 65528, 655361, 65534, 65528, 655361, 65533, 65528, 655361, 65532, 65528, 655361, 65531, 65528, 655361, 65530, 65528, 655361, 65529, 65528, 655361, 65529, 65529, 655361, 65529, 65530, 655361, 65529, 65531, 655361, 65529, 65532, 655361, 65529, 65533, 655361, 65529, 65534, 655361, 65529, 65535, 655361, 65529, 0, 655361, 65529, 1, 655361, 65529, 2, 655361, 65529, 3, 655361, 65529, 4, 655361, 65528, 4, 655361, 65528, 3, 655361, 65528, 2, 655361, 65528, 1, 655361, 65528, 0, 655361, 65528, 65535, 655361, 65528, 65534, 655361, 65528, 65533, 655361, 65528, 65532, 655361, 65528, 65531, 655361, 65528, 65530, 655361, 65528, 65529, 655361, 65528, 65528, 655361, 65528, 65527, 655361, 65529, 65527, 655361, 65530, 65527, 655361, 65531, 65527, 655361, 65532, 65527, 655361, 65533, 65527, 655361, 65534, 65527, 655361, 65535, 65527, 655361, 0, 65527, 655361, 1, 65527, 655361, 2, 65527, 655361, 65535, 65535, 1441793, 65535, 65534, 1441793, 65534, 65534, 1441793, 65535, 1, 1441794, 65535, 0, 1441793, 0, 0, 4, 0, 65535, 6, 65534, 0, 655366, 65534, 1, 655366, 65533, 65534, 655366, 65534, 65533, 1441798, 65535, 65533, 1441798, 0, 65534, 6, 65535, 2, 1048582, 65533, 65533, 1048579, 65533, 65535, 655363, 65534, 65535, 3, 0, 65533, 3, 0, 2, 1441795, 65534, 2, 655363, 0, 1, 6) -} -metadata/_editor_floor_ = Vector3(0, 0, 0) - -[node name="vehicle-truck-green" parent="." instance=ExtResource("9_cmq2j")] -transform = Transform3D(-0.139916, 0, 0.990163, 0, 1, 0, -0.990163, 0, -0.139916, -3.51261, -0.00957274, 12.7003) - -[node name="vehicle-truck-purple" parent="." instance=ExtResource("10_p3c1o")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -23.7772, -0.143123, -13.5596) - -[node name="vehicle-truck-red" parent="." instance=ExtResource("11_wocnk")] -transform = Transform3D(-0.913034, 0, 0.407884, 0, 1, 0, -0.407884, 0, -0.913034, -1.36138, -0.148564, -23.8)