mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-23 05:15:14 -04: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 onScriptEvent(event:ScriptEvent) {}
|
||||||
|
|
||||||
public function onPause(event:PauseScriptEvent) {}
|
public function onPause(event:PauseScriptEvent) {}
|
||||||
|
|
Loading…
Reference in a new issue