You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Explosion animations are needed for when a bomb goes off! Will look great in Kickstarter video if can be done in time!
Specification:
Inspiration: https://youtu.be/61KWtRiqaYw
Let me know if you want to work on this or have any ideas/thoughts!
The text was updated successfully, but these errors were encountered: