mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
Fixed docs
This commit is contained in:
parent
1c8662dc1f
commit
c5afbb41ef
1 changed files with 2 additions and 2 deletions
|
@ -19,13 +19,13 @@ var SpineContainerRender = require('./SpineContainerRender');
|
|||
* To create one in a Scene, use the factory methods:
|
||||
*
|
||||
* ```javascript
|
||||
* this.add.spinecontainer();
|
||||
* this.add.spineContainer();
|
||||
* ```
|
||||
*
|
||||
* or
|
||||
*
|
||||
* ```javascript
|
||||
* this.make.spinecontainer();
|
||||
* this.make.spineContainer();
|
||||
* ```
|
||||
*
|
||||
* Note that you should not nest Spine Containers inside regular Containers if you wish to use masks on the
|
||||
|
|
Loading…
Reference in a new issue