SkyOffice icon indicating copy to clipboard operation
SkyOffice copied to clipboard

Feat/point and click movement

Open jga-dev opened this issue 1 year ago • 3 comments

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.

jga-dev avatar Feb 18 '23 20:02 jga-dev

Deploy Preview for skyoffice ready!

Name Link
Latest commit 03a623e95b050f720389a77fd266974fe74df1df
Latest deploy log https://app.netlify.com/sites/skyoffice/deploys/63f165b9d683d00008954f06
Deploy Preview https://deploy-preview-62--skyoffice.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

netlify[bot] avatar Feb 18 '23 20:02 netlify[bot]

Hey @jga-dev, are you still up for resolving the conflicts for this change?

DaxChen avatar Feb 26 '23 06:02 DaxChen

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 👍

jga-dev avatar Feb 26 '23 10:02 jga-dev