mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-07-29 15:30:10 -04:00
Merge pull request #747 from FunkinCrew/charselect-fade-fix
Fix transition out of character select
This commit is contained in:
commit
3103768d91
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue