Rex
Rex
Bug report: [Test code](https://codepen.io/rexrainbow/pen/BaqBERw), there are 2 curves Case 1: Start and end point are at the same position, will emit particles at (0,0) Case 2: Start and end point...
I had used built-in container as base container class before, but it has some issues. For example, built-in container had some input bugs before, although they were fixed. Moreover, mask...
After testing from your code, yes it can apply mask at correct place. However, it force mask's position to world position, not related position based on parent-container. That's will be...
In latest version of minify file, or npm package, you can add containerLite and its children to p3-container directly via `container.add(containerLite)`. See this [demo](https://codepen.io/rexrainbow/pen/PoeXVYb), line71.
Mask within built-in container is an issue of phaser3 engine, posted on [there](https://github.com/photonstorm/phaser/issues/6177)
Set depth of container and all children : ```js container.setDepth(value); ``` [Reference](https://rexrainbow.github.io/phaser3-rex-notes/docs/site/containerlite/#depth)
I won't change base container (containerLite) to built-in container since they won't be compatible.
> ## Version > > * Phaser Version: 3.80. > > > * Operating system: Windows 10 / Android 13 > > > * Browser: Using Chrome (others untested) >...