diff --git a/source/PlayState.hx b/source/PlayState.hx index 3646369..abc7342 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -692,7 +692,7 @@ class PlayState extends MusicBeatState add(camFollow); - FlxG.camera.follow(camFollow, LOCKON, 0.004); + FlxG.camera.follow(camFollow, LOCKON, 0.008); // FlxG.camera.setScrollBounds(0, FlxG.width, 0, FlxG.height); FlxG.camera.zoom = defaultCamZoom; FlxG.camera.focusOn(camFollow.getPosition());