deathkiller / jazz2

🎮 · Jazz² Resurrection: Open-source reimplementation of Jazz Jackrabbit 2
https://deat.tk/jazz2/
GNU General Public License v3.0
492 stars 18 forks source link

Ammo sprites on map not updated after picking powerup #118

Closed Scorcerer closed 9 months ago

Scorcerer commented 1 year ago

Hi! Firstly, thank you for a great job! I was playing a lot in my early days, and now nostalgia kicked in hard :) After spending some time with your implementation (v1.6.0 atm), I noticed that after I pick a gun powerup (for example for flamethrower) the ammo icons on the map stay the same as they were, where in the original game (AFAIR) all sprites were updated (even those on-map to be picked up).

Thank you for this awesome project!

deathkiller commented 1 year ago

Hi, this is known limitation, mainly because in splitscreen (which is not implemented yet) both player would share the same ammo sprite, so non-powered up ammo is shown everytime.

deathkiller commented 9 months ago

Fixed in commit https://github.com/deathkiller/jazz2-native/commit/9712a77f1d21c9ca70afd26283d9574eca5f1a5a (and splitscreen is not planned for now anyway).