mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 01:55:52 -05:00
squiiish
This commit is contained in:
parent
f7a519b13f
commit
bc20b81723
1 changed files with 9 additions and 0 deletions
|
@ -61,6 +61,15 @@ class RuntimeRainShader extends RuntimePostEffectShader
|
|||
return puddleY = value;
|
||||
}
|
||||
|
||||
// the y scale of the puddle, the less this value the more the puddle effects squished
|
||||
public var puddleScaleY(default, set):Float = 0;
|
||||
|
||||
function set_puddleScaleY(value:Float):Float
|
||||
{
|
||||
this.setFloat('uPuddleScaleY', value);
|
||||
return puddleScaleY = value;
|
||||
}
|
||||
|
||||
public var blurredScreen(default, set):BitmapData;
|
||||
|
||||
function set_blurredScreen(value:BitmapData):BitmapData
|
||||
|
|
Loading…
Reference in a new issue