Skip to content

Commit 709ea50

Browse files
committed
New dist
1 parent 7d8302e commit 709ea50

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

plugins/spine/dist/SpinePluginDebug.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33542,8 +33542,8 @@ var SpineContainerRender = __webpack_require__(/*! ./SpineContainerRender */ "./
3354233542
* A Spine Container is a special kind of Container created specifically for Spine Game Objects.
3354333543
*
3354433544
* You have all of the same features of a standard Container, but the rendering functions are optimized specifically
33545-
* for Spine Game Objects. You must only add ever Spine Game Objects to this type of Container. Although Phaser will
33546-
* not prevent you from adding other types, they will not render and are likely to throw runtime errors.
33545+
* for Spine Game Objects. You must only add ever Spine Game Objects, or other Spine Containers, to this type of Container.
33546+
* Although Phaser will not prevent you from adding other types, they will not render and are likely to throw runtime errors.
3354733547
*
3354833548
* To create one in a Scene, use the factory methods:
3354933549
*
@@ -33557,6 +33557,10 @@ var SpineContainerRender = __webpack_require__(/*! ./SpineContainerRender */ "./
3355733557
* this.make.spinecontainer();
3355833558
* ```
3355933559
*
33560+
* Note that you should not nest Spine Containers inside regular Containers if you wish to use masks on the
33561+
* container children. You can, however, mask children of Spine Containers if they are embedded within other
33562+
* Spine Containers. In short, if you need masking, don't mix and match the types.
33563+
*
3356033564
* See the Container documentation for further details about what Containers can do.
3356133565
*
3356233566
* @class SpineContainer

plugins/spine/dist/SpinePluginDebug.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)