feat: configured default character

main
Sara 2024-02-05 23:18:48 +01:00
parent edf779ebc6
commit e1ac85e556
1 changed files with 35 additions and 3 deletions

View File

@ -1,4 +1,4 @@
[gd_scene load_steps=5 format=3 uid="uid://dw8q1vqnc657"] [gd_scene load_steps=6 format=3 uid="uid://dw8q1vqnc657"]
[ext_resource type="PackedScene" uid="uid://c8h5f82tunglj" path="res://Models/Characters/ModularCharacters.fbx" id="1_b4mv3"] [ext_resource type="PackedScene" uid="uid://c8h5f82tunglj" path="res://Models/Characters/ModularCharacters.fbx" id="1_b4mv3"]
@ -203,9 +203,37 @@ _data = {
[sub_resource type="AnimationNodeStateMachine" id="AnimationNodeStateMachine_7e1iu"] [sub_resource type="AnimationNodeStateMachine" id="AnimationNodeStateMachine_7e1iu"]
graph_offset = Vector2(-457, 44) graph_offset = Vector2(-457, 44)
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_hqeid"]
radius = 0.548248
height = 1.85415
[node name="Player" type="Player"] [node name="Player" type="Player"]
selected = "Torso" active_customization = {
index = 15 "ArmLowerLeft": 8,
"ArmLowerRight": 0,
"ArmUpperLeft": 0,
"ArmUpperRight": 0,
"BackAttachment": 1,
"Ear": -1,
"ElbowAttachLeft": -1,
"ElbowAttachRight": -1,
"Eyebrow": 0,
"Hair": 13,
"HandLeft": 0,
"HandRight": 4,
"Head": 15,
"HeadCoverings": -1,
"HelmetAttachment": -1,
"Hips": 3,
"HipsAttachment": 3,
"KneeAttachLeft": -1,
"KneeAttachRight": -1,
"LegLeft": 12,
"LegRight": 12,
"ShoulderAttachLeft": 16,
"ShoulderAttachRight": -1,
"Torso": 11
}
slide_on_ceiling = false slide_on_ceiling = false
[node name="Model" parent="." instance=ExtResource("1_b4mv3")] [node name="Model" parent="." instance=ExtResource("1_b4mv3")]
@ -217,3 +245,7 @@ libraries = {
} }
tree_root = SubResource("AnimationNodeStateMachine_7e1iu") tree_root = SubResource("AnimationNodeStateMachine_7e1iu")
anim_player = NodePath("../Model/AnimationPlayer") anim_player = NodePath("../Model/AnimationPlayer")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.925894, 0)
shape = SubResource("CapsuleShape3D_hqeid")