set room tween process mode to physics
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user