khanat-client/scenes/creatures/human/human_female.tscn

35 lines
1.5 KiB
Text
Raw Permalink Normal View History

[gd_scene load_steps=5 format=2]
[ext_resource path="res://scenes/creatures/human/mh_human_female.tscn" type="PackedScene" id=1]
[ext_resource path="res://scenes/creatures/creature.gd" type="Script" id=2]
[ext_resource path="res://scenes/creatures/human/mh_human_female_hair.tscn" type="PackedScene" id=6]
[sub_resource type="CapsuleShape" id=1]
resource_local_to_scene = true
radius = 0.448335
height = 0.743739
[node name="human_female" type="CollisionShape"]
transform = Transform( 1, 0, 0, 0, -1.62921e-07, -1, 0, 1, -1.62921e-07, 0, 0.818758, 0 )
shape = SubResource( 1 )
script = ExtResource( 2 )
[node name="body_parts" type="Spatial" parent="."]
transform = Transform( 1, 0, 0, 0, -1.62921e-07, 1, 0, -1, -1.62921e-07, 0, 0, 0.819 )
[node name="body" parent="body_parts" instance=ExtResource( 1 )]
[node name="hair_parts" type="Spatial" parent="."]
transform = Transform( 1, 0, 0, 0, -1.62921e-07, 1, 0, -1, -1.62921e-07, 0, 0, 0.819 )
[node name="mh_human_female_hair" parent="hair_parts" instance=ExtResource( 6 )]
visible = false
[node name="cloths" type="Spatial" parent="."]
transform = Transform( 1, 0, 0, 0, -1.62921e-07, 1, 0, -1, -1.62921e-07, 0, 0, 0.819 )
[node name="drop_point" type="Spatial" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.332089, -0.157172 )
[connection signal="animation_finished" from="body_parts/body" to="." method="_on_body_animation_finished"]
[connection signal="limb_body_entered" from="body_parts/body" to="." method="_on_body_limb_body_entered"]