mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-25 13:45:49 +00:00
Merge pull request #747 from FunkinCrew/charselect-fade-fix
Fix transition out of character select
This commit is contained in:
commit
3103768d91
|
|
@ -324,6 +324,9 @@ class CharSelectSubState extends MusicBeatSubState
|
|||
// FlxG.camera.follow(camFollow, LOCKON, 0.01);
|
||||
FlxG.camera.follow(camFollow, LOCKON);
|
||||
|
||||
var fadeShaderFilter:ShaderFilter = new ShaderFilter(fadeShader);
|
||||
FlxG.camera.filters = [fadeShaderFilter];
|
||||
|
||||
var temp:FlxSprite = new FlxSprite();
|
||||
temp.loadGraphic(Paths.image('charSelect/placement'));
|
||||
add(temp);
|
||||
|
|
|
|||
Loading…
Reference in a new issue