diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-09-16 03:27:42 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-09-16 03:27:42 -0400 |
commit | eb31cb90e32ef15d7c76d526db4f057e82448b58 (patch) | |
tree | 3f6cdbbef12356f83ab0630b798eff4db246c81f /ship/steering_wheel/steering_wheel.tscn | |
parent | bdf007968b86af4fbfc908251ea078158fe07d6f (diff) | |
download | godot_wildjam_49-eb31cb90e32ef15d7c76d526db4f057e82448b58.tar.gz godot_wildjam_49-eb31cb90e32ef15d7c76d526db4f057e82448b58.zip |
Housekeeping for all the new stuff that diverged from the reorganization
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 ) |