Initial
This commit is contained in:
13
resources/app/client/pixi/groups/overlay.js
Normal file
13
resources/app/client/pixi/groups/overlay.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* A container group which is not bound to the stage world transform.
|
||||
*
|
||||
* @category - Canvas
|
||||
*/
|
||||
class OverlayCanvasGroup extends CanvasGroupMixin(UnboundContainer) {
|
||||
/** @override */
|
||||
static groupName = "overlay";
|
||||
|
||||
/** @override */
|
||||
static tearDownChildren = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user