mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
spelling: allowing
This commit is contained in:
parent
2a7e7157bd
commit
8e1b094ade
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ var SpineGameObject = require('./gameobject/SpineGameObject');
|
|||
* this.load.spine('stretchyman', 'stretchyman-pro.json', [ 'stretchyman-pma.atlas' ], true);
|
||||
* ```
|
||||
*
|
||||
* It also installs a Game Object Factory method, allowin you to create Spine Game Objects:
|
||||
* It also installs a Game Object Factory method, allowing you to create Spine Game Objects:
|
||||
*
|
||||
* ```javascript
|
||||
* this.add.spine(512, 650, 'stretchyman')
|
||||
|
|
Loading…
Reference in a new issue