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
2993e17278
commit
2547fbb8f4
2
assets
2
assets
|
@ -1 +1 @@
|
||||||
Subproject commit 514a987ee57827b097ed035a1c2fdd1377a53b17
|
Subproject commit e414ee618b4fa577dc3c3df4e156488e91c6348d
|
|
@ -34,7 +34,6 @@ class PopUpStuff extends FlxTypedGroup<FlxSprite>
|
||||||
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