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

30 lines
1.2 KiB
Text
Raw Normal View History

[gd_scene load_steps=5 format=2]
[ext_resource path="res://scenes/creatures/human/mh_human_male.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_male_hair.tscn" type="PackedScene" id=6]
[sub_resource type="CapsuleShape" id=1]
radius = 0.448335
height = 0.810096
[node name="human_male" type="CollisionShape"]
transform = Transform( 1, 0, 0, 0, -1.62921e-07, -1, 0, 1, -1.62921e-07, 0, 0.851344, 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, 5.30896e-09, 0.851586 )
[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.852 )
[node name="mh_human_male_hair" parent="hair_parts" instance=ExtResource( 6 )]
[node name="cloths" type="Spatial" parent="."]
transform = Transform( 1, 0, 0, 0, -1.62921e-07, 1, 0, -1, -1.62921e-07, 0, 0, 0.852 )
[connection signal="animation_finished" from="body_parts/body" to="." method="_on_body_animation_finished"]