mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-15 11:22:55 +00:00
remove trace
This commit is contained in:
parent
0e7fad090b
commit
bf1d4031af
|
@ -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('-');
|
||||
|
|
Loading…
Reference in a new issue