WIP: Some updates
This commit is contained in:
parent
8126b28464
commit
906502a18e
@ -14,6 +14,7 @@ func _ready() -> void:
|
|||||||
|
|
||||||
pass # Replace with function body.
|
pass # Replace with function body.
|
||||||
func _process(delta: float) -> void:
|
func _process(delta: float) -> void:
|
||||||
|
set_multiplayer_authority(multiplayer.get_unique_id())
|
||||||
if owner_placeholder:
|
if owner_placeholder:
|
||||||
global_transform = owner_placeholder.shared_node.global_transform
|
global_transform = owner_placeholder.shared_node.global_transform
|
||||||
global_rotation = owner_placeholder.shared_node.global_rotation
|
global_rotation = owner_placeholder.shared_node.global_rotation
|
||||||
|
@ -33,6 +33,7 @@ script = ExtResource("1_bau14")
|
|||||||
|
|
||||||
[node name="Character" parent="SharedNode" instance=ExtResource("3_eykxo")]
|
[node name="Character" parent="SharedNode" instance=ExtResource("3_eykxo")]
|
||||||
transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 0, 0, 0)
|
transform = Transform3D(-1, 0, 8.74228e-08, 0, 1, 0, -8.74228e-08, 0, -1, 0, 0, 0)
|
||||||
|
visible = false
|
||||||
|
|
||||||
[node name="MainSynchronizer" type="MultiplayerSynchronizer" parent="."]
|
[node name="MainSynchronizer" type="MultiplayerSynchronizer" parent="."]
|
||||||
replication_config = SubResource("SceneReplicationConfig_2dhi2")
|
replication_config = SubResource("SceneReplicationConfig_2dhi2")
|
||||||
|
Loading…
Reference in New Issue
Block a user