Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Player stucks in obstacles #2

Closed
GoogleCodeExporter opened this issue Apr 15, 2015 · 1 comment
Closed

Player stucks in obstacles #2

GoogleCodeExporter opened this issue Apr 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

You may stuck when you try to pass by 2 obstacles that stand close to each 
other.
Basically it happens when the player's collision box intersects with > 1 other 
collision boxes of the obstacles

It's easier to test when u go diagonally, from the corener of an obstacle.

It might be rlated to NON integer values of delta X, delta Y.

use rooms with parallel lines or the 27 type room to test.

Original issue reported on code.google.com by Mikhail.Bratus on 6 Feb 2014 at 10:31

@GoogleCodeExporter
Copy link
Author

The change for this is done now.

Original comment by Mikhail.Bratus on 21 Nov 2014 at 8:56

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant