mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-13 08:55:29 +00:00
removing da dumb needless functions
This commit is contained in:
parent
dc8dfeb336
commit
90036ee75d
|
@ -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