player.tscn 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. [gd_scene load_steps=7 format=3 uid="uid://cw8w6clmxedi6"]
  2. [ext_resource type="Script" path="res://player.gd" id="1_hwwnj"]
  3. [ext_resource type="Script" path="res://player_input.gd" id="2_ju3m6"]
  4. [sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_fb1vy"]
  5. properties/0/path = NodePath(".:player")
  6. properties/0/spawn = true
  7. properties/0/sync = false
  8. properties/1/path = NodePath(".:position")
  9. properties/1/spawn = true
  10. properties/1/sync = true
  11. properties/2/path = NodePath(".:velocity")
  12. properties/2/spawn = true
  13. properties/2/sync = true
  14. [sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_hoavk"]
  15. properties/0/path = NodePath(".:direction")
  16. properties/0/spawn = false
  17. properties/0/sync = true
  18. [sub_resource type="CapsuleShape3D" id="CapsuleShape3D_37qaq"]
  19. [sub_resource type="CapsuleMesh" id="CapsuleMesh_jab13"]
  20. [node name="Player" type="CharacterBody3D"]
  21. script = ExtResource("1_hwwnj")
  22. [node name="ServerSynchronizer" type="MultiplayerSynchronizer" parent="."]
  23. replication_config = SubResource("SceneReplicationConfig_fb1vy")
  24. [node name="PlayerInput" type="MultiplayerSynchronizer" parent="."]
  25. root_path = NodePath(".")
  26. replication_config = SubResource("SceneReplicationConfig_hoavk")
  27. script = ExtResource("2_ju3m6")
  28. [node name="CollisionShape3D" type="CollisionShape3D" parent="."]
  29. shape = SubResource("CapsuleShape3D_37qaq")
  30. [node name="MeshInstance3D" type="MeshInstance3D" parent="."]
  31. mesh = SubResource("CapsuleMesh_jab13")
  32. [node name="Camera3D" type="Camera3D" parent="."]
  33. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.40432, 2.04444)