fix indents & headbop no longer overwrites confirm

This commit is contained in:
Merlin 2021-07-11 01:51:53 +02:00
parent c23f9738e3
commit a78d82e65f

View File

@ -99,6 +99,8 @@ class MenuCharacter extends FlxSprite
animation.play(character + "-right", true);
} else {
//no spooky nor girlfriend so we do da normal animation
if (animation.name == "bfConfirm")
return;
animation.play(character, true);
}
if (LastFrame) {