Fix human arm rotation
This commit is contained in:
parent
d69a5c0c97
commit
f5738a8418
@ -12,7 +12,7 @@ extents = Vector3( 0.533899, 0.405119, 2.17243 )
|
|||||||
radius = 0.101154
|
radius = 0.101154
|
||||||
|
|
||||||
[node name="HumanArm" instance=ExtResource( 1 )]
|
[node name="HumanArm" instance=ExtResource( 1 )]
|
||||||
transform = Transform( -4.37114e-08, 1, 4.37114e-08, 0, -4.37114e-08, 1, 1, 4.37114e-08, 1.91069e-15, 0, 0, 0 )
|
transform = Transform( -9.33901e-08, 1, 6.32685e-08, 0.419008, -1.83154e-08, 0.907982, 0.907982, 1.11307e-07, -0.419008, 0, 0, 0 )
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
cost = 10.0
|
cost = 10.0
|
||||||
damage = 5.0
|
damage = 5.0
|
||||||
@ -22,7 +22,7 @@ transform = Transform( 0.796097, 0.0325159, -0.604295, 0, 0.998555, 0.0537302, 0
|
|||||||
shape = SubResource( 1 )
|
shape = SubResource( 1 )
|
||||||
|
|
||||||
[node name="TouchArea" parent="." index="1"]
|
[node name="TouchArea" parent="." index="1"]
|
||||||
transform = Transform( -0.118289, 2.18551, 2.52493, -3.31556, -0.378316, 0.172131, 0.398447, -2.49922, 2.18193, -0.0255739, -0.127111, -3.79535 )
|
transform = Transform( -0.118288, 2.18551, 2.52493, -3.31556, -0.378316, 0.172131, 0.398447, -2.49922, 2.18193, -0.025574, -0.127111, -3.79535 )
|
||||||
|
|
||||||
[node name="CollisionShape" type="CollisionShape" parent="TouchArea" index="0"]
|
[node name="CollisionShape" type="CollisionShape" parent="TouchArea" index="0"]
|
||||||
shape = SubResource( 2 )
|
shape = SubResource( 2 )
|
||||||
@ -30,6 +30,9 @@ shape = SubResource( 2 )
|
|||||||
[node name="Mesh" parent="." index="2" instance=ExtResource( 4 )]
|
[node name="Mesh" parent="." index="2" instance=ExtResource( 4 )]
|
||||||
transform = Transform( 2, 0, 0, 0, 2, 0, 0, 0, 2, -0.357728, -8.51476, 0 )
|
transform = Transform( 2, 0, 0, 0, 2, 0, 0, 0, 2, -0.357728, -8.51476, 0 )
|
||||||
|
|
||||||
|
[node name="Skeleton" parent="Mesh/Armature" index="0"]
|
||||||
|
bones/7/bound_children = [ NodePath("BoneAttachment") ]
|
||||||
|
|
||||||
[node name="BoneAttachment" type="BoneAttachment" parent="Mesh/Armature/Skeleton" index="1"]
|
[node name="BoneAttachment" type="BoneAttachment" parent="Mesh/Armature/Skeleton" index="1"]
|
||||||
transform = Transform( 0.0646207, -0.736312, -0.673549, -0.240426, 0.64359, -0.726627, 0.968514, 0.208894, -0.135439, 0.054756, 1.13784, 0.129916 )
|
transform = Transform( 0.0646207, -0.736312, -0.673549, -0.240426, 0.64359, -0.726627, 0.968514, 0.208894, -0.135439, 0.054756, 1.13784, 0.129916 )
|
||||||
bone_name = "bone_6"
|
bone_name = "bone_6"
|
||||||
@ -40,9 +43,6 @@ remote_path = NodePath("../../../../../TouchArea")
|
|||||||
[node name="AnimationPlayer" parent="Mesh" index="2"]
|
[node name="AnimationPlayer" parent="Mesh" index="2"]
|
||||||
playback_speed = 3.0
|
playback_speed = 3.0
|
||||||
|
|
||||||
[node name="ActionSound" parent="." index="3"]
|
|
||||||
unit_db = 0.0
|
|
||||||
|
|
||||||
[node name="PushSound" parent="." index="4"]
|
[node name="PushSound" parent="." index="4"]
|
||||||
stream = ExtResource( 3 )
|
stream = ExtResource( 3 )
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user