even faster camera movement
This commit is contained in:
parent
eae0c76f69
commit
bd9241219c
@ -692,7 +692,7 @@ class PlayState extends MusicBeatState
|
|||||||
|
|
||||||
add(camFollow);
|
add(camFollow);
|
||||||
|
|
||||||
FlxG.camera.follow(camFollow, LOCKON, 0.008);
|
FlxG.camera.follow(camFollow, LOCKON, 0.01);
|
||||||
// FlxG.camera.setScrollBounds(0, FlxG.width, 0, FlxG.height);
|
// FlxG.camera.setScrollBounds(0, FlxG.width, 0, FlxG.height);
|
||||||
FlxG.camera.zoom = defaultCamZoom;
|
FlxG.camera.zoom = defaultCamZoom;
|
||||||
FlxG.camera.focusOn(camFollow.getPosition());
|
FlxG.camera.focusOn(camFollow.getPosition());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user