Add new character model
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://csmfxg011xisf"]
|
||||
[gd_scene load_steps=8 format=3 uid="uid://csmfxg011xisf"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dopyfulbw2mx5" path="res://player/player.gd" id="1_ulp21"]
|
||||
[ext_resource type="PackedScene" uid="uid://caons6q8u2qt2" path="res://player/player.blend" id="2_3c3w1"]
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_ehsmr"]
|
||||
radius = 0.153372
|
||||
height = 1.37733
|
||||
|
||||
[sub_resource type="CapsuleMesh" id="CapsuleMesh_ulp21"]
|
||||
radius = 0.3
|
||||
@@ -32,28 +35,29 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.399442, 0.0644827)
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
shape = SubResource("CapsuleShape3D_ehsmr")
|
||||
|
||||
[node name="Mesh" type="Node3D" parent="."]
|
||||
[node name="Bean" type="Node3D" parent="."]
|
||||
transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 0, 0, 0)
|
||||
visible = false
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="Mesh"]
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="Bean"]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.89961, 0, 0, 0, 1, 0, -0.318288, 0)
|
||||
layers = 2
|
||||
mesh = SubResource("CapsuleMesh_ulp21")
|
||||
skeleton = NodePath("../..")
|
||||
|
||||
[node name="MeshInstance3D2" type="MeshInstance3D" parent="Mesh"]
|
||||
[node name="MeshInstance3D2" type="MeshInstance3D" parent="Bean"]
|
||||
transform = Transform3D(1.41676, 0, 0, 0, 1.31718, 0, 0, 0, 1.22029, 0, 0.415995, 0)
|
||||
layers = 2
|
||||
mesh = SubResource("PrismMesh_3c3w1")
|
||||
skeleton = NodePath("../..")
|
||||
|
||||
[node name="MeshInstance3D3" type="MeshInstance3D" parent="Mesh"]
|
||||
[node name="MeshInstance3D3" type="MeshInstance3D" parent="Bean"]
|
||||
transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, -0.0855882, 0.409407, 0.293333)
|
||||
layers = 2
|
||||
mesh = SubResource("SphereMesh_wnvi2")
|
||||
skeleton = NodePath("../..")
|
||||
|
||||
[node name="MeshInstance3D4" type="MeshInstance3D" parent="Mesh"]
|
||||
[node name="MeshInstance3D4" type="MeshInstance3D" parent="Bean"]
|
||||
transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0.0770122, 0.409407, 0.293333)
|
||||
layers = 2
|
||||
mesh = SubResource("SphereMesh_wnvi2")
|
||||
@@ -66,3 +70,5 @@ text = "Username"
|
||||
|
||||
[node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="."]
|
||||
replication_config = SubResource("SceneReplicationConfig_ulp21")
|
||||
|
||||
[node name="Mesh" parent="." instance=ExtResource("2_3c3w1")]
|
||||
|
||||
Reference in New Issue
Block a user