mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-15 11:22:55 +00:00
anim fixes on results
This commit is contained in:
parent
51a44d4810
commit
08f3b1d95b
|
@ -123,6 +123,7 @@ class ResultState extends MusicBeatSubState
|
||||||
FlxG.cameras.add(cameraEverything, false);
|
FlxG.cameras.add(cameraEverything, false);
|
||||||
|
|
||||||
FlxG.cameras.setDefaultDrawTarget(cameraEverything, true);
|
FlxG.cameras.setDefaultDrawTarget(cameraEverything, true);
|
||||||
|
this.camera = cameraEverything;
|
||||||
|
|
||||||
// Reset the camera zoom on the results screen.
|
// Reset the camera zoom on the results screen.
|
||||||
FlxG.camera.zoom = 1.0;
|
FlxG.camera.zoom = 1.0;
|
||||||
|
|
Loading…
Reference in a new issue