camera speed was a little TOO slow. now its not :)
This commit is contained in:
parent
9932b228bb
commit
1a52e37c5b
@ -692,7 +692,7 @@ class PlayState extends MusicBeatState
|
|||||||
|
|
||||||
add(camFollow);
|
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.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