WIP: Migrating to node3ds

This commit is contained in:
Nikolai Rodionov 2025-02-09 22:52:33 +01:00
parent 691e0ea8bc
commit 95ee0542cf
Signed by: allanger
GPG Key ID: 09F8B434D0FDD99B

View File

@ -62,7 +62,7 @@ func _physics_process(delta: float) -> void:
@rpc("authority", "call_remote", "unreliable_ordered")
func update_position(real_position: Vector3):
shared_node.global_position = lerp(shared_node.global_position, real_position, 10.0)
shared_node.global_position = lerp(shared_node.global_position, real_position, 2.0)
@rpc("any_peer", "call_local", "unreliable")
func jump():