mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-30 03:25:47 -05:00
Fixes to Pico Blazin' animations.
This commit is contained in:
parent
5beb20ec7c
commit
ea1d123c49
2 changed files with 2 additions and 1 deletions
2
assets
2
assets
|
@ -1 +1 @@
|
||||||
Subproject commit e8f4d2d91c7bd5a922465e7d67a0efb7d7574bd6
|
Subproject commit 287f8e222d00cfd0d24eb79465b7a256bb80318f
|
|
@ -192,6 +192,7 @@ class AnimateAtlasCharacter extends BaseCharacter
|
||||||
if (!this.mainSprite.hasAnimation(prefix))
|
if (!this.mainSprite.hasAnimation(prefix))
|
||||||
{
|
{
|
||||||
FlxG.log.warn('[ATLASCHAR] Animation ${prefix} not found in Animate Atlas ${_data.assetPath}');
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
animations.set(anim.name, anim);
|
animations.set(anim.name, anim);
|
||||||
|
|
Loading…
Reference in a new issue