diff --git a/scripts/Contents/Bullets/BigLaser.gd b/scripts/Contents/Bullets/BigLaser.gd index 3793d1f..57d501c 100644 --- a/scripts/Contents/Bullets/BigLaser.gd +++ b/scripts/Contents/Bullets/BigLaser.gd @@ -4,7 +4,7 @@ class_name BigLaser func spawn(): CameraManager.shake(5000) func ai(): - rotation = lerp_angle(rotation, ((get_global_mouse_position() - position).angle()), 0.15) + rotation = lerp_angle(rotation, ((get_global_mouse_position() - position).angle()), 0.1) position = launcher.texture.global_position func applyDot(): hitbox.disabled = true