58 lines
2.0 KiB
Plaintext
58 lines
2.0 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://bsyufiv0m1018"]
|
|
|
|
[ext_resource type="Script" uid="uid://cxnbunw3k7s5j" path="res://scenes/ship/builder/pieces/structural_piece.gd" id="1_ecow4"]
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_ecow4"]
|
|
size = Vector3(1, 1, 0.02)
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_ecow4"]
|
|
size = Vector3(1, 1, 0.02)
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_ecow4"]
|
|
radius = 0.1
|
|
height = 0.9
|
|
|
|
[node name="StructuralPiece" type="RigidBody3D"]
|
|
script = ExtResource("1_ecow4")
|
|
base_mass = 50.0
|
|
metadata/_custom_type_script = "uid://cxnbunw3k7s5j"
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
mesh = SubResource("BoxMesh_ecow4")
|
|
skeleton = NodePath("")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("BoxShape3D_ecow4")
|
|
|
|
[node name="AttachmentPoint" type="Area3D" parent="."]
|
|
transform = Transform3D(-4.371139e-08, -1, 0, 1, -4.371139e-08, 0, 0, 0, 1, 0, 0.5, 0)
|
|
collision_layer = 16384
|
|
collision_mask = 16384
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="AttachmentPoint"]
|
|
shape = SubResource("CapsuleShape3D_ecow4")
|
|
|
|
[node name="AttachmentPoint2" type="Area3D" parent="."]
|
|
transform = Transform3D(-4.371139e-08, -1, 0, 1, -4.371139e-08, 0, 0, 0, 1, 0, -0.5, 0)
|
|
collision_layer = 16384
|
|
collision_mask = 16384
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="AttachmentPoint2"]
|
|
shape = SubResource("CapsuleShape3D_ecow4")
|
|
|
|
[node name="AttachmentPoint3" type="Area3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.5, 0, 0)
|
|
collision_layer = 16384
|
|
collision_mask = 16384
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="AttachmentPoint3"]
|
|
shape = SubResource("CapsuleShape3D_ecow4")
|
|
|
|
[node name="AttachmentPoint4" type="Area3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0, 0)
|
|
collision_layer = 16384
|
|
collision_mask = 16384
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="AttachmentPoint4"]
|
|
shape = SubResource("CapsuleShape3D_ecow4")
|