diff options
Diffstat (limited to 'ship/steering_wheel/steering_wheel.tscn')
-rw-r--r-- | ship/steering_wheel/steering_wheel.tscn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ship/steering_wheel/steering_wheel.tscn b/ship/steering_wheel/steering_wheel.tscn new file mode 100644 index 0000000..3daae1a --- /dev/null +++ b/ship/steering_wheel/steering_wheel.tscn @@ -0,0 +1,14 @@ +[gd_scene load_steps=3 format=2] + +[ext_resource path="res://ship/steering_wheel/steering_wheel.gltf" type="PackedScene" id=1] + +[sub_resource type="BoxShape" id=1] +extents = Vector3( 0.307949, 0.17495, 0.136091 ) + +[node name="steering_wheel" instance=ExtResource( 1 )] + +[node name="StaticBody" type="StaticBody" parent="steering_column_base/steering_device" index="0"] + +[node name="CollisionShape" type="CollisionShape" parent="steering_column_base/steering_device/StaticBody" index="0"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.236714 ) +shape = SubResource( 1 ) |