1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 11:22:55 +00:00

remove trace

This commit is contained in:
anysad 2024-07-13 23:08:16 +03:00 committed by EliteMasterEric
parent 0e7fad090b
commit bf1d4031af

View file

@ -34,7 +34,6 @@ class PopUpStuff extends FlxTypedGroup<FunkinSprite>
folder = 'normal';
var basePath:String = 'gameplay/popup/$folder/$index';
var spritePath:String = basePath + suffix;
trace(spritePath);
while (!Assets.exists(Paths.image(spritePath)) && suffix.length > 0)
{
suffix = suffix.split('-').slice(0, -1).join('-');