set room tween process mode to physics

This commit is contained in:
2025-11-22 01:39:29 +10:00
parent b9ade616fc
commit 4a61f8737f

View File

@@ -77,7 +77,7 @@ func _flip(direction: Vector3) -> void:
_generate_tiles()
_tween = create_tween()
_tween = create_tween().set_process_mode(Tween.TWEEN_PROCESS_PHYSICS)
(
_tween
. tween_property(self, "position", Vector3.ZERO, _flip_duration_pos)