- Editado
Broken Powerup
Hmmm any idea why my powerup has a broken wing, and is missing its other wing?
http://www.youtube.com/watch?v=Wct8eU5W ... e=youtu.be
This is with the python runtime.
I've got spineboy, dragon, and the goblins properly animating ok.
What's the powerup doing that is special here?
I sort of figured the problem out.
My scaling code is broken. I turned it off for now, and I had to add some extra logic to figure out how to flip the image. Pygame isn't very smart. :/
I think I have everything working except scaling.