bugged-racing/vehicles/buggy.tscn

83 lines
2.9 KiB
Plaintext

[gd_scene load_steps=7 format=2]
[ext_resource path="res://assets/basic_buggy.glb" type="PackedScene" id=1]
[ext_resource path="res://vehicles/buggy.gd" type="Script" id=3]
[sub_resource type="Curve" id=2]
_data = [ Vector2( 0, 0 ), 0.0, 0.0, 0, 0, Vector2( 0.0660377, 0.243255 ), 0.0, 0.0, 0, 0, Vector2( 0.240566, 0.315982 ), 0.0, 0.0, 0, 0, Vector2( 0.45283, 0.927273 ), 0.0, 0.0, 0, 0, Vector2( 0.891509, 1 ), 0.0, 0.0, 0, 0, Vector2( 1, 0 ), 0.0, 0.0, 0, 0 ]
[sub_resource type="Curve" id=4]
_data = [ Vector2( 0, 0 ), 0.0, 0.0, 0, 0, Vector2( 0.0849057, 1 ), 0.0, 0.0, 0, 0, Vector2( 0.15566, 0.746591 ), 0.0, 0.0, 0, 0, Vector2( 0.349057, 1 ), 0.0, 0.0, 0, 0, Vector2( 0.382075, 0 ), 0.0, 0.0, 0, 0, Vector2( 0.400943, 1 ), 0.0, 0.0, 0, 0, Vector2( 0.438679, 0 ), 0.0, 0.0, 0, 0, Vector2( 1, 1 ), 0.0, 0.0, 0, 0 ]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 0.521885, 0.334919, 1.78849 )
[sub_resource type="AudioStreamGenerator" id=3]
mix_rate = 5500.0
[node name="buggy" instance=ExtResource( 1 )]
mass = 150.0
script = ExtResource( 3 )
BASE_ENGINE_PITCH = 0.95
gear_ratios = [ 3.4, 2.5, 2.0, 1.5, 1.25, 1.0 ]
power_curve = SubResource( 2 )
sound_curve = SubResource( 4 )
[node name="front_left" parent="." index="1"]
use_as_traction = true
use_as_steering = true
wheel_radius = 0.6
wheel_rest_length = 0.4
wheel_friction_slip = 1.75
suspension_travel = 1.0
suspension_stiffness = 5.95
[node name="CollisionShape" type="CollisionShape" parent="." index="2"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.23227, 0 )
shape = SubResource( 1 )
[node name="front_right" parent="." index="4"]
transform = Transform( 1, 0, 0, 0, 1, -1.50996e-07, 0, 1.50996e-07, 1, -0.950754, 0.503756, 1.41438 )
use_as_traction = true
use_as_steering = true
wheel_radius = 0.6
wheel_rest_length = 0.4
wheel_friction_slip = 1.75
suspension_travel = 1.0
suspension_stiffness = 5.95
[node name="front_right" parent="front_right" index="0"]
transform = Transform( -1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 )
[node name="rear_left" parent="." index="5"]
use_as_traction = true
wheel_radius = 0.6
wheel_rest_length = 0.4
wheel_friction_slip = 1.8
suspension_travel = 1.0
suspension_stiffness = 5.95
[node name="rear_right" parent="." index="6"]
transform = Transform( 1, 0, 0, 0, 1, -1.50996e-07, 0, 1.50996e-07, 1, -0.950755, 0.503756, -1.41438 )
use_as_traction = true
wheel_radius = 0.6
wheel_rest_length = 0.4
wheel_friction_slip = 1.8
suspension_travel = 1.0
suspension_stiffness = 5.95
[node name="rear_right" parent="rear_right" index="0"]
transform = Transform( -1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 )
[node name="Info" type="Label" parent="." index="7"]
margin_right = 40.0
margin_bottom = 14.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="engine_sound_player" type="AudioStreamPlayer3D" parent="." index="8"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.14201, 0.968668 )
stream = SubResource( 3 )
unit_db = 14.0