-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
Feat/point and click movement #62
base: master
Are you sure you want to change the base?
Feat/point and click movement #62
Conversation
✅ Deploy Preview for skyoffice ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Hey @jga-dev, are you still up for resolving the conflicts for this change? |
Hi @DaxChen, yes just give me a bit more time. I want to first upload another PR correcting visual problems on mobile and adding the action buttons to events such as sit or view whiteboard. In this PR I want to change the event that starts the movement to double click and improve a few things. I promise it won't be long 👍 |
This PR brings the following changes:
- Fix: Fixes a problem about pointer events blocking in the phaser layer.
- Improve: Allows a better visualization in debug mode.
- Feat: Adds a new way to move by clicking on the place you want to move to. To add this new feature it has been necessary to split the ground and wall layers in 2 different layers. By means of an BFS algorithm it looks for the shortest way taking as premise that it can move through all the ground and that it cannot cross the wall layer.
Hope you find this changes interesting.. I love your project and have many ideas to improve it with new features.