1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-10-05 17:00:39 +00:00

Fixes to Pico Blazin' animations.

This commit is contained in:
EliteMasterEric 2024-04-06 21:42:31 -04:00
parent 5beb20ec7c
commit ea1d123c49
2 changed files with 2 additions and 1 deletions

2
assets

@ -1 +1 @@
Subproject commit e8f4d2d91c7bd5a922465e7d67a0efb7d7574bd6
Subproject commit 287f8e222d00cfd0d24eb79465b7a256bb80318f

View file

@ -192,6 +192,7 @@ class AnimateAtlasCharacter extends BaseCharacter
if (!this.mainSprite.hasAnimation(prefix))
{
FlxG.log.warn('[ATLASCHAR] Animation ${prefix} not found in Animate Atlas ${_data.assetPath}');
trace('[ATLASCHAR] Animation ${prefix} not found in Animate Atlas ${_data.assetPath}');
continue;
}
animations.set(anim.name, anim);