1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-08-20 07:25:59 +00:00

removing da dumb needless functions

This commit is contained in:
shr 2023-10-03 03:17:30 +09:00 committed by Cameron Taylor
parent dc8dfeb336
commit 90036ee75d

View file

@ -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) {}