WIP: Migrating to node3ds

This commit is contained in:
2025-02-09 23:05:59 +01:00
parent 95ee0542cf
commit 6441456788
3 changed files with 27 additions and 16 deletions

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, 2.0)
shared_node.global_position = lerp(shared_node.global_position, real_position, 1.0)
@rpc("any_peer", "call_local", "unreliable")
func jump():