bomby icon indicating copy to clipboard operation
bomby copied to clipboard

Explosion animation tiles

Open Piturnah opened this issue 1 year ago • 0 comments

Explosion animations are needed for when a bomb goes off! Will look great in Kickstarter video if can be done in time!

Specification:

  • 32x32px tiles
  • 100ms between frames for consistency
  • To make the bombs feel really impactful it would look good for the explosion to expand almost instantly and fizzle out more slowly,
    • Seems like around 600ms is a good length of time
  • Explosions go outwards orthogonally
    • Right now the bombs have a reach of one adjacent tile in each direction so would need 5 tiles to cover this
    • In future, will likely implement powerups, for example maybe bombs that have a longer reach, so that would require two extra tiles (one vertical and one horizontal as intermediate between the center tile and the extremity tiles)
  • The explosions take effect instantly once the bomb goes off so the animation may have to break physicals slightly as the whole cross must have some explosion from the first frame as opposed to spreading out from the central tile

Inspiration: https://youtu.be/61KWtRiqaYw

Let me know if you want to work on this or have any ideas/thoughts!

Piturnah avatar Dec 17 '22 12:12 Piturnah