Skip to content

Commit

Permalink
Updated/Added/Removed more examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bbazukun123 committed Dec 22, 2023
1 parent a504c1d commit 081c5a5
Show file tree
Hide file tree
Showing 19 changed files with 680 additions and 878 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ yarn-error.log*
.idea
.eslintcache

scripts/pixiVersions.json
scripts/pixiVersions.json

.ghToken
3 changes: 0 additions & 3 deletions src/examples/v7.3.2/events/nestedBoundaryWithProjection.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ class Projector extends PIXI.DisplayObject

// Then bring global coords into content's world
this.worldTransform.applyInverse(to.global, to.global);
// TODO: Remove after https://github.com/pixijs/pixi.js/pull/7381
// is merged!
to.target = this.boundary.hitTest(to.global.x, to.global.y);
};

// Propagate these events down into the content's scene graph!
Expand Down
Loading

0 comments on commit 081c5a5

Please sign in to comment.