50 lines
2.0 KiB
Plaintext
50 lines
2.0 KiB
Plaintext
[gd_scene format=3 uid="uid://dmkufuydplu0c"]
|
|
|
|
[ext_resource type="Script" uid="uid://two86gol65q7" path="res://player.gd" id="1_kpjcp"]
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_xhfnw"]
|
|
size = Vector3(0.5, 0.5, 0.5)
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_kpjcp"]
|
|
|
|
[sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_kpjcp"]
|
|
properties/0/path = NodePath(".:position")
|
|
properties/0/spawn = true
|
|
properties/0/replication_mode = 1
|
|
properties/1/path = NodePath(".:rotation")
|
|
properties/1/spawn = true
|
|
properties/1/replication_mode = 1
|
|
properties/2/path = NodePath("Camera3D:position")
|
|
properties/2/spawn = true
|
|
properties/2/replication_mode = 1
|
|
properties/3/path = NodePath("Camera3D:rotation")
|
|
properties/3/spawn = true
|
|
properties/3/replication_mode = 1
|
|
|
|
[sub_resource type="CapsuleMesh" id="CapsuleMesh_kne1u"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_xhfnw"]
|
|
albedo_color = Color(0, 0, 0, 1)
|
|
|
|
[node name="PlayerCharacter" type="CharacterBody3D" unique_id=1396857835]
|
|
script = ExtResource("1_kpjcp")
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="." unique_id=1215710820]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.6, 0)
|
|
|
|
[node name="MeshInstance3D2" type="MeshInstance3D" parent="Camera3D" unique_id=1962930017]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.65276957, -0.46588755, -0.53100395)
|
|
mesh = SubResource("BoxMesh_xhfnw")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape3D" parent="." unique_id=885240432]
|
|
transform = Transform3D(7, 0, 0, 0, 7, 0, 0, 0, 0, 0, 1, 0)
|
|
shape = SubResource("CapsuleShape3D_kpjcp")
|
|
|
|
[node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="." unique_id=672339529]
|
|
replication_config = SubResource("SceneReplicationConfig_kpjcp")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="." unique_id=73905185]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
|
|
mesh = SubResource("CapsuleMesh_kne1u")
|
|
surface_material_override/0 = SubResource("StandardMaterial3D_xhfnw")
|