mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-28 15:26:12 +00:00
remove trace
This commit is contained in:
parent
0e7fad090b
commit
bf1d4031af
|
|
@ -34,7 +34,6 @@ class PopUpStuff extends FlxTypedGroup<FunkinSprite>
|
||||||
folder = 'normal';
|
folder = 'normal';
|
||||||
var basePath:String = 'gameplay/popup/$folder/$index';
|
var basePath:String = 'gameplay/popup/$folder/$index';
|
||||||
var spritePath:String = basePath + suffix;
|
var spritePath:String = basePath + suffix;
|
||||||
trace(spritePath);
|
|
||||||
while (!Assets.exists(Paths.image(spritePath)) && suffix.length > 0)
|
while (!Assets.exists(Paths.image(spritePath)) && suffix.length > 0)
|
||||||
{
|
{
|
||||||
suffix = suffix.split('-').slice(0, -1).join('-');
|
suffix = suffix.split('-').slice(0, -1).join('-');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue