48 lines
1.8 KiB
Plaintext
Raw Normal View History

2020-02-01 10:49:43 +01:00
[gd_scene load_steps=6 format=2]
2020-02-01 12:14:28 +01:00
[ext_resource path="res://BodyParts/PushingBodyPart.tscn" type="PackedScene" id=1]
2020-02-01 10:49:43 +01:00
[ext_resource path="res://3D Input/untitled.glb" type="PackedScene" id=2]
2020-02-01 12:14:28 +01:00
[ext_resource path="res://BodyParts/Arm.gd" type="Script" id=3]
2020-02-01 15:17:25 +01:00
[sub_resource type="CapsuleShape" id=1]
radius = 0.724339
height = 5.27855
2020-02-01 10:49:43 +01:00
[sub_resource type="SphereShape" id=2]
2020-02-01 11:09:06 +01:00
radius = 0.591769
2020-02-01 10:49:43 +01:00
2020-02-01 12:04:40 +01:00
[node name="Arm" instance=ExtResource( 1 )]
2020-02-01 11:29:43 +01:00
script = ExtResource( 3 )
2020-02-02 15:58:10 +01:00
cost = 10.0
2020-02-01 10:49:43 +01:00
[node name="PartCollider" parent="." index="0"]
2020-02-01 15:17:25 +01:00
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -2.83 )
shape = SubResource( 1 )
2020-02-01 10:49:43 +01:00
[node name="Mesh" parent="." index="1" instance=ExtResource( 2 )]
[node name="Sphere" parent="Mesh" index="0"]
visible = false
2020-02-01 15:17:25 +01:00
[node name="Armature" parent="Mesh" index="1"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 )
2020-02-02 15:58:10 +01:00
[node name="Skeleton" parent="Mesh/Armature" index="0"]
bones/2/bound_children = [ NodePath("BoneAttachment") ]
2020-02-01 10:49:43 +01:00
[node name="BoneAttachment" type="BoneAttachment" parent="Mesh/Armature/Skeleton" index="1"]
2020-02-01 16:01:59 +01:00
transform = Transform( 1, -1.98247e-23, -2.98292e-24, 6.50669e-24, -9.49949e-08, 1, -2.07684e-23, -1, -9.49949e-08, -2.23781e-16, -0.0078205, -5.05441 )
2020-01-31 23:46:09 +01:00
bone_name = "bone_2"
2020-02-01 10:49:43 +01:00
[node name="RemoteTransform" type="RemoteTransform" parent="Mesh/Armature/Skeleton/BoneAttachment" index="0"]
remote_path = NodePath("../../../../../TouchArea")
2020-01-31 23:46:09 +01:00
2020-02-01 10:49:43 +01:00
[node name="TouchArea" parent="." index="2"]
2020-02-01 16:01:59 +01:00
transform = Transform( 1, -1.98247e-23, -2.98292e-24, 6.50669e-24, -9.49949e-08, 1, -2.07684e-23, -1, -9.49949e-08, -2.23781e-16, -0.0078205, -5.05441 )
2020-01-31 23:46:09 +01:00
2020-02-01 10:49:43 +01:00
[node name="CollisionShape" type="CollisionShape" parent="TouchArea" index="0"]
2020-02-01 15:17:25 +01:00
transform = Transform( 1, 2.98291e-24, -1.98247e-23, -2.07684e-23, -9.49949e-08, -1, -6.50669e-24, 1, -9.49949e-08, 0, 0, 0 )
shape = SubResource( 2 )
2020-01-31 22:34:46 +01:00
2020-02-01 10:49:43 +01:00
[editable path="Mesh"]