noih

Results 8 comments of noih

> I have the same problem. 'sync' does nothing after tsc build solved, ` models: [path.join(__dirname, './models/**/*.ts')] ` change to ` models: [path.join(__dirname, './models/**/*')] ` after build, the file extension...

```js const { terminal } = require('terminal-kit') /** * run with kill (Ctrl + C) */ function rwk(...args) { const p = $(...args) const onKeyEvent = (key) => { if...

> rem `app.stage.sortableChildren = true` it actually not related to this plugin and can give conflit . You're right, there seems to be a conflict. But I've encountered a new...

I noticed that "app.stage.sortableChildren" is also used in the [official example](https://pixijs.io/examples/#/plugin-layers/zorder.js), and now I'm very confused .. Orz

I didn't include dist / docs in the commit due to potential conflicts with multiple PRs, but I'm unsure if it's more convenient for you.

The concept of `group` comes from Box2D's filtering. Here are two links, hope they're helpful. [Box2D Doc](https://box2d.org/documentation/md_simulation.html#filtering) (Box2D > Simulation > Shapes > Filtering) [Box2D Tutorial: Collision filtering](https://aurelienribon.wordpress.com/2011/07/01/box2d-tutorial-collision-filtering/)