2024-02-27 03:51:01 +00:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://drccgvtcng3ju"]
|
2024-02-27 02:54:47 +00:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://scenes/single_player_tracker.gd" id="1_jwlkv"]
|
|
|
|
|
2024-02-27 03:51:01 +00:00
|
|
|
[sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_aosye"]
|
|
|
|
properties/0/path = NodePath(".:peer_id")
|
|
|
|
properties/0/spawn = true
|
|
|
|
properties/0/replication_mode = 2
|
|
|
|
properties/1/path = NodePath(".:peer_connected")
|
|
|
|
properties/1/spawn = true
|
|
|
|
properties/1/replication_mode = 2
|
|
|
|
properties/2/path = NodePath(".:player_name")
|
|
|
|
properties/2/spawn = true
|
|
|
|
properties/2/replication_mode = 2
|
|
|
|
properties/3/path = NodePath(".:player_color")
|
|
|
|
properties/3/spawn = true
|
|
|
|
properties/3/replication_mode = 2
|
|
|
|
properties/4/path = NodePath(".:strokes_per_hole")
|
|
|
|
properties/4/spawn = true
|
|
|
|
properties/4/replication_mode = 2
|
|
|
|
|
2024-02-27 02:54:47 +00:00
|
|
|
[node name="SinglePlayerTracker" type="MultiplayerSynchronizer"]
|
|
|
|
root_path = NodePath(".")
|
2024-02-27 03:51:01 +00:00
|
|
|
replication_config = SubResource("SceneReplicationConfig_aosye")
|
2024-02-27 02:54:47 +00:00
|
|
|
script = ExtResource("1_jwlkv")
|