bitbrain / braingdx

:video_game: Game jam framework based on libgdx.
Apache License 2.0
84 stars 1 forks source link

Tiled collisions are overriden and removed by other game objects #140

Closed bitbrain closed 6 years ago

bitbrain commented 6 years ago

When a game object moves into a already existing collision, it gets overridden and eventually removed. Instead, check before creation and removal if the fingerprint matches.