fixed camera fast (its no longer fast)

This commit is contained in:
KadeDev 2021-03-09 12:57:59 -08:00
parent 6ae3216ecc
commit 9ec32bc00b

View File

@ -692,7 +692,7 @@ class PlayState extends MusicBeatState
add(camFollow);
FlxG.camera.follow(camFollow, LOCKON, 0.04);
FlxG.camera.follow(camFollow, LOCKON, 0.004);
// FlxG.camera.setScrollBounds(0, FlxG.width, 0, FlxG.height);
FlxG.camera.zoom = defaultCamZoom;
FlxG.camera.focusOn(camFollow.getPosition());