azurite-engine / Azurite

Azurite Game Engine is a 2D Java game engine built on top of LWJGL.
https://azurite-engine.github.io
MIT License
42 stars 20 forks source link

Issue with collision system #56

Closed Pricter closed 2 years ago

Pricter commented 3 years ago

If, in game you press "W" key, making you go up, you are accelerated to insane speed, and once you reach the top, by spam clicking the "W" key, you can just slip outside the room like structure , allowing you to go out of the world

PixelRifts commented 3 years ago

Yep, it's a problem with the current character controller, it'll be fixed before the 1.0 release definitely

Juyas commented 2 years ago

since the character controller and the collision have been reworked, this problem should no longer appear