Hi Im trying to slowdown mousePosition so my turret rotate naturally
But with this code
var can_rotate=false
func control(delta):
var tuuret=get_global_mouse_position()
if can_rotate:
$Turret.look_at(tuuret)
can_rotate=false
func _on_rotateTime_timeout():
can_rotate=true
its stay still
timer set to 0.3