mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 01:55:52 -05:00
removing da dumb needless functions
This commit is contained in:
parent
dc8dfeb336
commit
90036ee75d
1 changed files with 0 additions and 16 deletions
|
@ -801,22 +801,6 @@ class Stage extends FlxSpriteGroup implements IPlayStateScriptedClass
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* FIXME: Polymod hack
|
||||
*/
|
||||
function stringEndsWith(a:String, b:String):Bool
|
||||
{
|
||||
return a.endsWith(b);
|
||||
}
|
||||
|
||||
/**
|
||||
* FIXME: Polymod hack
|
||||
*/
|
||||
function setBlendAdd(sprite:FlxSprite, blend:BlendMode):Void
|
||||
{
|
||||
sprite.blend = blend;
|
||||
}
|
||||
|
||||
public function onScriptEvent(event:ScriptEvent) {}
|
||||
|
||||
public function onPause(event:PauseScriptEvent) {}
|
||||
|
|
Loading…
Reference in a new issue