2020-01-02 23:02:45 +01:00
|
|
|
[gd_scene load_steps=4 format=2]
|
2019-11-20 14:05:35 +01:00
|
|
|
|
|
|
|
[ext_resource path="res://player/DisplayPlayer.gd" type="Script" id=1]
|
2020-05-17 16:28:31 +02:00
|
|
|
[ext_resource path="res://modules/species/Human/models/armature_huf.tscn" type="PackedScene" id=2]
|
2020-01-02 23:02:45 +01:00
|
|
|
[ext_resource path="res://player/EntityModel.gd" type="Script" id=3]
|
2019-11-20 14:05:35 +01:00
|
|
|
|
|
|
|
[node name="DisplayPlayer" type="Entity" groups=[
|
|
|
|
"players",
|
|
|
|
]]
|
2020-01-02 23:02:45 +01:00
|
|
|
body_path = NodePath("DisplayPlayer")
|
|
|
|
character_skeleton_path = NodePath("DisplayPlayer/Rotation_Helper/Model/character")
|
2019-11-20 14:05:35 +01:00
|
|
|
sseed = 9240987
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
2020-01-02 23:02:45 +01:00
|
|
|
[node name="DisplayPlayer" type="KinematicBody" parent="."]
|
|
|
|
script = ExtResource( 3 )
|
|
|
|
|
|
|
|
[node name="Rotation_Helper" type="Spatial" parent="DisplayPlayer"]
|
2019-11-20 14:05:35 +01:00
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.960532, 0 )
|
|
|
|
__meta__ = {
|
|
|
|
"_editor_description_": ""
|
|
|
|
}
|
|
|
|
|
2020-01-02 23:02:45 +01:00
|
|
|
[node name="Model" type="Spatial" parent="DisplayPlayer/Rotation_Helper"]
|
2019-11-20 14:05:35 +01:00
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.875205, 0 )
|
|
|
|
__meta__ = {
|
|
|
|
"_editor_description_": ""
|
|
|
|
}
|
|
|
|
|
2020-01-02 23:02:45 +01:00
|
|
|
[node name="character" parent="DisplayPlayer/Rotation_Helper/Model" instance=ExtResource( 2 )]
|
2020-05-17 16:28:31 +02:00
|
|
|
mesh_instance_path = NodePath("../character/armature/Armature/Skeleton/MeshInstance")
|
|
|
|
skeleton_path = NodePath("../character/armature/Armature/Skeleton")
|
|
|
|
left_hand_attach_point_path = NodePath("../character/armature/Armature/Skeleton/LeftHandAttachment/LeftHandAP")
|
|
|
|
right_hand_attach_point_path = NodePath("../character/armature/Armature/Skeleton/RightHandAttachment/RightHandAP")
|
|
|
|
torso_attach_point_path = NodePath("../character/armature/Armature/Skeleton/NeckAttachment/TorsoAP")
|
|
|
|
root_attach_point_path = NodePath("../character/armature/Armature/Skeleton/RootAttachment/RootAP")
|