You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://cq06n5dnq6xc2"]
|
|
|
|
[ext_resource type="Script" path="res://player.gd" id="1_dokki"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_k38on"]
|
|
|
|
[sub_resource type="CapsuleMesh" id="CapsuleMesh_wtqcn"]
|
|
|
|
[sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_my5gd"]
|
|
properties/0/path = NodePath(".:sync_state")
|
|
properties/0/spawn = true
|
|
properties/0/sync = true
|
|
|
|
[node name="Player" type="CharacterBody3D"]
|
|
script = ExtResource("1_dokki")
|
|
|
|
[node name="Gametag" type="Label3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.148, 0)
|
|
pixel_size = 0.03
|
|
text = "AAAAAAAAAAAAAA"
|
|
|
|
[node name="CollisionShape" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
|
|
shape = SubResource("CapsuleShape3D_k38on")
|
|
|
|
[node name="MeshInstance" type="MeshInstance3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
|
|
mesh = SubResource("CapsuleMesh_wtqcn")
|
|
|
|
[node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="."]
|
|
replication_interval = 0.1
|
|
replication_config = SubResource("SceneReplicationConfig_my5gd")
|