mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
Create shader for Week 5 once and reuse it rather than recreating it every frame.
This commit is contained in:
parent
7e75308423
commit
ec9b5db210
2 changed files with 6 additions and 1 deletions
2
assets
2
assets
|
@ -1 +1 @@
|
|||
Subproject commit f672c8ef43893b207829dd2b1445c89501409ab9
|
||||
Subproject commit 8140f8255c0db78135dbfa7b6d329f52c363f51b
|
|
@ -50,4 +50,9 @@ class AdjustColorShader extends FlxRuntimeShader
|
|||
|
||||
return this.contrast;
|
||||
}
|
||||
|
||||
public override function toString():String
|
||||
{
|
||||
return 'AdjustColorShader(${this.hue}, ${this.saturation}, ${this.brightness}, ${this.contrast})';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue