Small net optimization
This commit is contained in:
parent
88bbe56467
commit
af66792e47
1 changed files with 7 additions and 0 deletions
|
|
@ -25,4 +25,11 @@ ignore_time_scale = true
|
|||
[node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="."]
|
||||
replication_config = SubResource("SceneReplicationConfig_wpexx")
|
||||
|
||||
[node name="Timer2" type="Timer" parent="."]
|
||||
wait_time = 0.06
|
||||
one_shot = true
|
||||
autostart = true
|
||||
ignore_time_scale = true
|
||||
|
||||
[connection signal="timeout" from="Timer" to="." method="queue_free"]
|
||||
[connection signal="timeout" from="Timer2" to="MultiplayerSynchronizer" method="queue_free"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue