SudoWatson / SandboxGame

Just a sandbox game for me to implement and learn how game design works with Java and LWJGL(OpenGL)
1 stars 0 forks source link

Collision Detection Error #1

Open SudoWatson opened 3 years ago

SudoWatson commented 3 years ago

Hitbox collision doesn't seem to be working as well as I want it to. Collision is detected when the player passes the top hitbox of the tree without being at the same height at blocks the player from advancing further when they should be able to.

SudoWatson commented 3 years ago

Collision also does not work when 2 dynamic entities are on top of each other