summaryrefslogtreecommitdiffstats
path: root/ship/steering_wheel/steering_wheel.tscn
blob: 3daae1a23198e8dc8da37c6e2aaf927f3b735bcb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 )