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 stuck when removing the platform he is on #79

Closed
victorlevasseur opened this issue Jan 30, 2015 · 4 comments
Closed

Player stuck when removing the platform he is on #79

victorlevasseur opened this issue Jan 30, 2015 · 4 comments

Comments

@victorlevasseur
Copy link
Contributor

The player is not totally stuck but fall very slowly and can jump at any moment).
Happens only in HTML5 games.

@4ian
Copy link
Owner

4ian commented Jan 30, 2015

Strange that the behavior varies in native and HTML5 games as the code should be the same. I'll take a look!

@victorlevasseur
Copy link
Contributor Author

Should be tested again as you optimized the platformer automatism.

@4ian
Copy link
Owner

4ian commented Apr 30, 2015

Mmm, optimisations were made mainly on the implementation to avoid using for in loops that JS engines can't JIT compile and optimize. So normally the behaviors of objects didn't change and the issue is still here!

@4ian
Copy link
Owner

4ian commented May 26, 2018

Closing as this should not be happening now. Feel free to open a new issue if there is still a reproducible issue :)

@4ian 4ian closed this as completed May 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants