fixed camera fast (its no longer fast)
This commit is contained in:
parent
6ae3216ecc
commit
9ec32bc00b
@ -668,7 +668,7 @@ class PlayState extends MusicBeatState
|
|||||||
|
|
||||||
if (FlxG.save.data.downscroll)
|
if (FlxG.save.data.downscroll)
|
||||||
strumLine.y = FlxG.height - 165;
|
strumLine.y = FlxG.height - 165;
|
||||||
|
|
||||||
strumLineNotes = new FlxTypedGroup<FlxSprite>();
|
strumLineNotes = new FlxTypedGroup<FlxSprite>();
|
||||||
add(strumLineNotes);
|
add(strumLineNotes);
|
||||||
|
|
||||||
@ -692,7 +692,7 @@ class PlayState extends MusicBeatState
|
|||||||
|
|
||||||
add(camFollow);
|
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.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