Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a rather large PR, sorry about that!
This PR contains nearly all the changes needed to get this project working for use in the pixi games!
Changes:
@pixi/extension-scripts
for building the projectKnown Issues
Documentation Generation
Since we are using
@pixi/extension-scripts
it useswebdoc
to generate API docs. We need to format our documentation so that it works properlyPixi Interaction Changes
Because of the changes to interaction in v7 our select, scrollbox, and sliders do not work unless you explicitly set this:
app.renderer.events.rootBoundary.moveOnAll = true
This changes the
pointermove
behaviour to work like it did in v6 of pixi however its only a temporary solution and will need looking into before we release to the worldStorybook PR
I am waiting for this PR to be reviewed so that we can remove the
patch-package
hack from this repoMinor Improvements
Below is a list of improvements we should make before releasing to the public
typed-signals
. We should dispatch a pixi event instead