File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
examples/multiplayer-bomber/godot/src/entities Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -151,12 +151,12 @@ properties/0/replication_mode = 2
151
151
properties/1/path = NodePath (".:synced_position" )
152
152
properties/1/spawn = true
153
153
properties/1/replication_mode = 1
154
- properties/2/path = NodePath (".:player_idx " )
154
+ properties/2/path = NodePath (".:stunned " )
155
155
properties/2/spawn = true
156
- properties/2/replication_mode = 1
157
- properties/3/path = NodePath (".:stunned " )
156
+ properties/2/replication_mode = 2
157
+ properties/3/path = NodePath (".:player_id " )
158
158
properties/3/spawn = true
159
- properties/3/replication_mode = 2
159
+ properties/3/replication_mode = 1
160
160
161
161
[sub_resource type ="SceneReplicationConfig" id ="SceneReplicationConfig_w53uu" ]
162
162
properties/0/path = NodePath (".:bombing" )
You can’t perform that action at this time.
0 commit comments