mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 19:31:52 -04:00
apply shader filter
This commit is contained in:
parent
bfb19cc67e
commit
703e899288
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