fishfolk / punchy

A 2.5D side-scroller beatemup, made in Bevy
https://fishfolk.github.io/punchy/player/latest
Other
264 stars 32 forks source link

Implement boss bomb throwing #269

Closed odecay closed 1 year ago

odecay commented 1 year ago

Boss bomb attack. Attack should throw projectile bombs in an arc which land on the ground some distance away, after a short delay or upon collision they should explode causing AOE damage and Knockback state to players in radius.

Check bottle throw for projectile reference.

zicklag commented 1 year ago

Find bomb spritesheet from Jumpy

See the kick_bomb.png and explosion.png in this folder:

https://github.com/fishfolks/jumpy/tree/main/assets/map/elements/item/kick_bomb

Zac8668 commented 1 year ago

I'll claim this one

zicklag commented 1 year ago

Oh, FYI there are a couple more explosions here, too:

https://github.com/fishfolk/jumpy/tree/main/old_assets/textures/explosions

Just in case you need a different size.