mirror of
https://github.com/thegatesbrowser/godot-multiplayer.git
synced 2025-08-23 09:17:09 -04:00
copy from thegates-jam repo
This commit is contained in:
parent
c1a7ad74e1
commit
1a335de566
523 changed files with 22408 additions and 0 deletions
19
user_data/user_data.tscn
Normal file
19
user_data/user_data.tscn
Normal file
|
@ -0,0 +1,19 @@
|
|||
[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")
|
Loading…
Add table
Add a link
Reference in a new issue