From eb31cb90e32ef15d7c76d526db4f057e82448b58 Mon Sep 17 00:00:00 2001 From: dusoleil Date: Fri, 16 Sep 2022 03:27:42 -0400 Subject: Housekeeping for all the new stuff that diverged from the reorganization --- ship/steering_wheel/steering_wheel.tscn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ship/steering_wheel/steering_wheel.tscn (limited to 'ship/steering_wheel/steering_wheel.tscn') 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 ) -- cgit v1.2.3