mirror of
https://github.com/thegatesbrowser/godot-multiplayer.git
synced 2025-07-19 12:54:47 -04:00
19 lines
686 B
Text
19 lines
686 B
Text
[gd_scene load_steps=3 format=3 uid="uid://dr5qcabhh7k8s"]
|
|
|
|
[ext_resource type="Script" path="res://user_data/user_data.gd" id="1_hoick"]
|
|
|
|
[sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_nr88d"]
|
|
properties/0/path = NodePath(".:speaking")
|
|
properties/0/spawn = true
|
|
properties/0/replication_mode = 2
|
|
properties/1/path = NodePath(".:nickname")
|
|
properties/1/spawn = true
|
|
properties/1/replication_mode = 2
|
|
|
|
[node name="UserData" type="Node"]
|
|
script = ExtResource("1_hoick")
|
|
|
|
[node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="."]
|
|
replication_interval = 0.5
|
|
delta_interval = 0.5
|
|
replication_config = SubResource("SceneReplicationConfig_nr88d")
|