deathkiller / jazz2

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

Bug - Physics: Turtle enemies when in shell don't destroy what their body is flown into (e.g. boxes) (might be working in C++ version?) #100

Closed RavenMacDaddy closed 2 years ago

RavenMacDaddy commented 2 years ago

image

Can't think of other enemies where this is possible at the moment, but whatever the case, this is part of the original and a very cool feature.

RavenMacDaddy commented 2 years ago

At least in the web demo of C++, two turtles can fly into each other - don't know if it's the same with other object types, e.g. boxes.

deathkiller commented 2 years ago

I reworked collisions there, but it's not done yet.

deathkiller commented 2 years ago

Fixed in C++ port.