I have strange results. I pushed darkness spell, mc already has it, but I have no idea what is wrong with animation.
I read about anim.filmstrip function, it supposed to work this way, but it doesn't.
image dark_skull = anim.Filmstrip('content/gfx/be/dark_skull.png', (250, 500), (4, 3), 0.0, loop=false)
image dark_skull = anim.Filmstrip('content/gfx/be/dark_skull.png', (
375, 500), (4, 3),
0.1, loop=false)
Just pushed a fix for the screen issue you've reported and your animation, you got 1500/4 (prolly thought image was 1000/1500) a bit wrong and didn't put any time between the animations. I've also changed anchor a little bit so it's above the enemy but it might not be your intent (I suggest not to try and anchor it in between the characters because that will look a bit weird on battlefield where they can move around). Also this animation seems to big... but that's an opinion.
Edit: Evil laughing sound would go well with that
