godot-wild-jam-66/environment/tool/PipeWrench.tscn
2024-02-16 06:01:59 +01:00

22 lines
902 B
Text

[gd_scene load_steps=4 format=3 uid="uid://d2vyq1wpfphd"]
[ext_resource type="PackedScene" uid="uid://mydh2b8lh686" path="res://assets/Tools/PipeWrench.gltf" id="1_f1f8h"]
[sub_resource type="BoxShape3D" id="BoxShape3D_wow7g"]
size = Vector3(0.88, 0.06, 0.09)
[sub_resource type="BoxShape3D" id="BoxShape3D_fm5g6"]
size = Vector3(0.25, 0.044043, 0.171)
[node name="PipeWrench" type="StaticBody3D"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.1, -0.00783398, 0)
shape = SubResource("BoxShape3D_wow7g")
[node name="CollisionShape3D2" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.655, -2.14847e-05, 0.04)
shape = SubResource("BoxShape3D_fm5g6")
[node name="PipeWrench" parent="." instance=ExtResource("1_f1f8h")]
transform = Transform3D(0.7, 0, 0, 0, 0.7, 0, 0, 0, 0.7, 0, 0, 0)