werkende multiplayer. soort van

This commit is contained in:
2024-04-02 17:55:50 +02:00
parent 90d865b964
commit 681c64eadf
6 changed files with 57 additions and 39 deletions
+8 -5
View File
@@ -11,13 +11,16 @@ size = Vector3(0.4, 1.8, 0.4)
[node name="Player" type="CharacterBody3D"]
script = ExtResource("1_la1lv")
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.899966, 0)
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.899966, 0)
shape = SubResource("ConvexPolygonShape3D_5mrtf")
[node name="MeshInstance3D" type="MeshInstance3D" parent="CollisionShape3D"]
[node name="Pivot" type="Node3D" parent="."]
[node name="Camera" type="Camera3D" parent="Pivot"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.899966, 0)
cull_mask = 1048573
[node name="MeshInstance3D" type="MeshInstance3D" parent="Pivot/Camera"]
mesh = SubResource("PrismMesh_c7ovg")
skeleton = NodePath("../..")
skeleton = NodePath("../../..")