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
parent 2993e17278
commit 2547fbb8f4
2 changed files with 1 additions and 2 deletions

2
assets

@ -1 +1 @@
Subproject commit 514a987ee57827b097ed035a1c2fdd1377a53b17
Subproject commit e414ee618b4fa577dc3c3df4e156488e91c6348d

View file

@ -34,7 +34,6 @@ class PopUpStuff extends FlxTypedGroup<FlxSprite>
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('-');