NovaSquirrel / NovaTheSquirrel2

A very early sequel to Nova the Squirrel for SNES
GNU General Public License v3.0
62 stars 2 forks source link

Draw an explosion effect #39

Open NovaSquirrel opened 4 years ago

NovaSquirrel commented 4 years ago

Right now explosions just reuse a frame from the smoke animation - try to make them look better, while keeping in mind that they should be usable for destroying blocks, and that they should be able to come in different sizes.

NovaSquirrel commented 4 years ago

I have one and it's implemented - maybe good enough for now?

NovaSquirrel commented 4 years ago

There's some sort of bug involving glitchy frames toward the end of the explosion that happens sometimes that I'll want to track down though Looks like it was avoiding a dec ActorTimer,x when destroying blocks, making the timer run out late, and out-of-bounds frames were being hit?